Help for this page

Select Code to Download


  1. or download this
    > perl -v 
    5.8.4
    
  2. or download this
     eval {
            local $SIG{ALRM} = sub { die "Network Timeout/Error\n" };
    ...
            return (-1);
        }