Help for this page

Select Code to Download


  1. or download this
    if(  $! == ECONNREFUSED()  ) {
        ...connection was refused...
    ...
    } else {
        ...some other error...
    }
    
  2. or download this
    BEGIN {
        if(  $^O =~ /Win32/i  ) {
    ...
              or  die $@;
        }
    }