ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/eg/lwp
(Generate patch)

Comparing Coro/eg/lwp (file contents):
Revision 1.2 by root, Sat Jul 28 01:41:58 2001 UTC vs.
Revision 1.3 by root, Mon Sep 3 02:50:18 2001 UTC

15 15
16use Coro; 16use Coro;
17use Coro::Event; 17use Coro::Event;
18use LWP::Simple; 18use LWP::Simple;
19 19
20$SIG{PIPE} = 'IGNORE';
21
20async { 22async {
21 print "hi\n"; 23 print "hi\n";
22 get "http://localhost/"; 24 get "http://localhost/";
23 print "ho\n"; 25 print "ho\n";
24 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines