Help for this page

Select Code to Download


  1. or download this
    $SIG{ "ALRM"} = sub { print "TIME_OUT! at $timeout\n"; exit; };
    alarm ($timeout);
    
  2. or download this
    require 5.002;
    require DBI;
    ...
    
    exit;