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. I figured out that I will use
Archive::Zip and iterate through members of the zip then copy all
compressed file names into an array and then search array for those
pairs. But since my knowledge of perl is rather weak i can't figure
out how to search through array for only part of the value (xxx. in
this case...)
Can you help me guys with that problem ?
Thanks a lot...


Richard


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to