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

Comparing Coro/eg/attributes (file contents):
Revision 1.1 by root, Tue Jul 10 01:43:21 2001 UTC vs.
Revision 1.2 by root, Sun Jul 15 02:35:52 2001 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3use Coro::Process; 3use Coro;
4 4
5$p = 2; 5$p = 2;
6 6
7sub p1 : Coro { 7sub p1 : Coro {
8 for (0..9) { 8 for (0..9) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines