Help for this page
use strict; use warnings; ... my @found = findLines(); print Dumper(\@found);
# ..... close($error_fh); ... my $found = findLines(); print Dumper($found);