Richard wrote:
Hello,
Hello,
I have small Perl project and got stuck on following problem : There is a zip file with bunch of files in it. I need to search through it and find if every xxx.txt file has xxx.log pair and list all of those .txt without pairs.
Use File::Basename to separate the path, filename and extension, and use a hash with the filename as the key.
John -- Perl isn't a toolbox, but a small machine shop where you can special-order certain sorts of tools at low cost and in short order. -- Larry Wall -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/