I am doing some testing to ensure that everything in one zip file that I created using a script file will produce the same result as the contents of several zip files that I have to manually click and create via the web interface, Therefore, the zip will be have a different folder structure.
Of course, I can manually extract them and use my powerful eyeball technique to scan them or even more lazy, I can write a script to do this, but before I invest more and blame my boss for robbery during the company, I ask Is there a better way to do this?
I am using perl LAMP stack. thanks.
source share