Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my @found = findLines();
    print Dumper(\@found);
    
  2. or download this
        # .....
        close($error_fh);
    ...
    
    my $found = findLines();
    print Dumper($found);