Help for this page

Select Code to Download


  1. or download this
    if ($mode == 0) {
        open(INFILE, "<$inFile") || die "Error opening source file for inp
    +ut! \n";
    ...
    
    close INFILE;
    close CRYPTFILE;