It's still the same where it's pause at the code of compare.
comparing c:/ts/compare1.pl with c:\ts\aaa.pl
Once i remove the compare function, it's become ok.
should be somethingwrong with the compare function.
i noticed that whenever i use
- print Dumper "comparing $masterfile with $file\n";
i can print the path correctly meaning got double '\\'
while if i use the
- print "comparing $masterfile with $file\n";
it all change to single '\'