Help for this page

Select Code to Download


  1. or download this
    open my $fh, '<', $filename or die "$filename: $!";
    while (<$fh>) {
    ...
            }
    }
    close $fh;
    
  2. or download this
    use warnings;
    use strict;
    ...
                }
        } continue { close ARGV if eof }
    }