Help for this page

Select Code to Download


  1. or download this
    eval {
    
    ...
    }
    
  2. or download this
    -- first.pl -- 
    #!/usr/bin/perl
    ...
            print "alive\n";
            sleep(1);
    }
    
  3. or download this
    darkstar:~>./first.pl 
    alive
    ...
    alive
    I timed out
    darkstar:~>