in reply to Re^2: Zipped problem !
in thread Zipped problem !

($file1 eq $file2) will evaluate to 1 (if the filenames are indeed equal) or the empty string (if the filenames differ). None of these values will ever match /.zip/i. (BTW you have to quote the dot in the regexp if you want to match a literal dot).