Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $line;
    ...
       $line=$_;
    # this is where I am stuck; I need to test if we are at the last line.
    }