Help for this page

Select Code to Download


  1. or download this
    PIDFILE=bt-rbl.$$
    
    ...
    }
    
    JUNK=`rm $PIDFILE`
    
  2. or download this
    $flag=0; 
    open(OUT,">$ARGV[0]") || die "Can't open conduit: $!";
    ...
        $header[$hi++]=$_ unless($flag);
        $body[$bi++]=$_ if($flag);
    }