http://qs321.pair.com?node_id=1218357

vinoth.ree has asked for the wisdom of the Perl Monks concerning the following question:

Hi

Basically I need to compare range(1-50) of characters in two files. I am planning to first open and read the first 50 characters in each file and store in a temporary file and compare both the files. This way I can fix my issue. Could anyone suggest better solution for this ?

update:

1.Instead of writing into temp file I can store the content into two different array and use List::Compare module two find the difference.


All is well. I learn by answering your questions...