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

Comparing Coro/eg/lwp (file contents):
Revision 1.7 by root, Tue May 20 15:16:07 2008 UTC vs.
Revision 1.8 by root, Mon Nov 24 04:56:38 2008 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3use Coro; 3use Coro;
4use Coro::Event; 4use Coro::AnyEvent;
5use Coro::LWP; # should be use'd as early as possible 5use Coro::LWP; # should be use'd as early as possible
6use LWP::Simple; 6use LWP::Simple;
7 7
8$SIG{PIPE} = 'IGNORE'; 8$SIG{PIPE} = 'IGNORE';
9 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines