Help for this page

Select Code to Download


  1. or download this
         while ( ! eof($fh) ) {
        defined( $_ = <$fh> ) or die Fudge("readline \$fh");
        ...
        }
    
  2. or download this
    sub Fudge {
        my $pipe = $?;
    ...
                    q/ /;
        return $msg;
    }