in reply to Re: Matching elements in two arrays and printing the element next to the match.
in thread Matching elements in two arrays and printing the element next to the match.
Barewords for file handles? Two arg form of open()? How about some modern perl:
open my $ID_FILE, '<', 'ids.txt' or die "Couldn't open ids.txt: $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Matching elements in two arrays and printing the element next to the match.
by Anonymous Monk on Mar 23, 2010 at 05:15 UTC |