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
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