Re: array serach for partial value

2008-10-14 Thread John W. Krahn
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

array serach for partial value

2008-10-14 Thread Richard
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