qsl has asked for the wisdom of the Perl Monks concerning the following question:
Thanks,Input1:(Input file) contains Hi this is the line Here to check date Input2;(Input second file) contains Hi this is the line Here to check date ------------------- #!/usr/local/bin/perl open ipfile1 Input1 or die"File not found $!\n"; open ipfile2 Input2 or die"File not found $!\n"; if(ipfile1 == ipfile2){ print"Both File are Equal"; }else{ print"Not-Equal"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to compare array with module
by prasadbabu (Prior) on Jul 01, 2006 at 09:58 UTC | |
|
Re: How to compare array with module
by vkon (Curate) on Jul 01, 2006 at 10:00 UTC | |
|
Re: How to compare array with module
by shmem (Chancellor) on Jul 03, 2006 at 09:13 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |