ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/t/01_process.t
(Generate patch)

Comparing Coro/t/01_process.t (file contents):
Revision 1.1 by root, Tue Jul 10 01:43:21 2001 UTC vs.
Revision 1.2 by root, Sat Jul 14 22:14:21 2001 UTC

1$|=1; 1$|=1;
2print "1..3\n"; 2print "1..3\n";
3 3
4use Coro; 4use Coro;
5use Coro::Process;
6 5
7sub p1 : Coro { 6sub p1 : Coro {
8 print "ok 2\n"; 7 print "ok 2\n";
9} 8}
10 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines