Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use Alarm::Concurrent qw( setalarm );
    ...
    } 2 or die "Outter timeout";
    
    print "Everything's ok.\n";
    
  2. or download this
    Outter timeout at ./testtimeout line 33.