Help for this page

Select Code to Download


  1. or download this
    my $c;
    while( sleep 1 ) {
    ...
    }
    
    pp $c;
    
  2. or download this
    $ perl5.14.1 x.pl
    timer event
    ...
    timer event
    timer event
    499204
    
  3. or download this
    #! perl -lw
    use strict;
    ...
    }
    
    pp $c;
    
  4. or download this
    my %results :shared;
    my $done    :shared;
    ...
    }
    
    pp scalar keys %results;