User Profile
Collapse
-
Thanks Miller for your quick reply, now my script is working fine. -
not able to compre text files
Here is my script:
...Code:#/usr/bin/perl -w use strict; use warnings; use File::compare; my $file1="d:\\bom\\oldbom.txt"; my $file2="d:\\bom\\oldbom.txt"; if (compare("$file1","$file2") == 0) { print "They're equal\n"; }else{ print"they'r not equal\n"; }
No activity results to display
Show More
Leave a comment: