Help for this page

Select Code to Download


  1. or download this
    use warnings; #<-- also a good idea, especially if you are just starti
    +ng perl programming
    use strict;
    ...
    }
    close $fh;
    print "Done!\n";
    
  2. or download this
    myperlscript.pl "C:/path/to/file/on_windows_pc/file.txt"