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