Help for this page

Select Code to Download


  1. or download this
    sub getErrorText {
        local( $! )= 0+shift(@_);
        return "$!";
    }
    
  2. or download this
    $errno= $!= 5;
    print 0+$errno," $errno\n";