in reply to problem with while loop

Use the core module File::Compare
use File::Compare; if (compare("file1","file2") == 0) { print "They're equal\n"; }

Replies are listed 'Best First'.
Re^2: problem with while loop
by Anonymous Monk on Aug 01, 2008 at 04:19 UTC