Help for this page

Select Code to Download


  1. or download this
    while (my $line = <FILE>)
    {
        chomp;  # Or more thorough: $line =~ s/\s+\z//;
        next if !length($line);