Hi there,
I need to a nice, sophisticate way to compare lines between two files. I know that sorting can help in comparison process but still one file might have additional lines between the lines that are comparable - therefore throwing the diff process off.
Somebody suggested placing each line of the files in its own hash key and then when the key matches the line of the second file a match is known.
What is the best approach? Cheers, Noah -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/