Help for this page

Select Code to Download


  1. or download this
    $SIG{ALRM} = sub { die "timed out" };
    
    ...
    if ($@ =~ /timed out/) {
       # do something
    }
    
  2. or download this
    undef $useragent if $@ =~ /timed out/;