Help for this page

Select Code to Download


  1. or download this
    use strict;
    open INPUT, "<myfile.txt" or die "Could not open input file: $!\n";
    ...
    }
    close INPUT;
    close OUTPUT;