Help for this page

Select Code to Download


  1. or download this
    # Set your input and output file
    my $inputfile = "input.txt";
    ...
    # Close your files when done!
    close($input);
    close($output);