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

Comparing Coro/eg/lwp (file contents):
Revision 1.8 by root, Mon Nov 24 04:56:38 2008 UTC vs.
Revision 1.9 by root, Mon Nov 24 07:55:28 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines