in reply to Re^2: Some Basic Help.
in thread Some Basic Help.
Here's a quick intro.
In your case you would not have any values in the hash, just keys. You'd read the smaller file and add the lines to a hash as keys (the values are irrelevant, use 1 for example). Then as you would read the other file you'd just check whether exists $hash{$line} and you'd know right away whether such line was in the first file or not.
Jenda
Enoch was right!
Enjoy the last years of Rome.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Some Basic Help.
by invaderzard (Acolyte) on Sep 25, 2012 at 08:35 UTC | |
by Jenda (Abbot) on Sep 25, 2012 at 13:12 UTC | |
by invaderzard (Acolyte) on Sep 25, 2012 at 13:34 UTC |