Help for this page

Select Code to Download


  1. or download this
    sub binSubst {
        my( $infile, $outfile, $regex, $repl, $maxlen, $bufsiz )= @_;
    ...
        # Write out any left overs:
        print $outfile $buf;
    }