Help for this page

Select Code to Download


  1. or download this
    # takes one argument, the filename to encode
    # returns one value, the filename of the temporary(!) output file
    ...
        close $fh; close $tfh;
        return $tfn;
    }