Karger78 has asked for the wisdom of the Perl Monks concerning the following question:
@remoteFilelist = File::Find::Rule->file()->in($remoteCpPath); # foreach (@return) { if(compare_text($path.@return,$path2.@remoteFilelist) == 0 +) { print "Both Files are equal\n"; }else{ print "file not equal copy time"; } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Assistance with file compare
by almut (Canon) on Oct 28, 2009 at 19:46 UTC | |
by Karger78 (Beadle) on Oct 28, 2009 at 19:56 UTC | |
by bichonfrise74 (Vicar) on Oct 28, 2009 at 20:04 UTC | |
by keszler (Priest) on Oct 28, 2009 at 20:14 UTC | |
by ikegami (Patriarch) on Oct 28, 2009 at 20:50 UTC | |
| |
by Karger78 (Beadle) on Oct 28, 2009 at 20:18 UTC | |
by gmargo (Hermit) on Oct 28, 2009 at 20:23 UTC | |
| |
Re: Assistance with file compare
by gmargo (Hermit) on Oct 28, 2009 at 19:36 UTC | |
by Karger78 (Beadle) on Oct 28, 2009 at 19:44 UTC |