Instead of
print join( "|", keys %found), "\n";
try
for my $key (keys %found) ( print "$key: $found{$key}\n"; }
In reply to Re^7: Using grep to pick out Specific lines in a text file
by hdb
in thread Using grep to pick out Specific lines in a text file
by itguy87
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |