Help for this page

Select Code to Download


  1. or download this
    open FH, "file.txt" or die "Couldn't open file.txt: $!";
    while (<FH>) {
    ...
            print;  # or do whatever else you want here.
        }
    }