http://www.perlmonks.org?node_id=1001927


in reply to Re: Calculating differences between the contents of a zip and a directory
in thread Calculating differences between the contents of a zip and a directory

Thanks, but I can't do that without unzipping the file, can I? Also, I would need for the script to transfer platforms, I'll have to use File::DirCompare or something similar instead.
  • Comment on Re^2: Calculating differences between the contents of a zip and a directory

Replies are listed 'Best First'.
Re^3: Calculating differences between the contents of a zip and a directory
by Anonymous Monk on Nov 02, 2012 at 08:23 UTC

    Thanks, but I can't do that without unzipping the file, can I?

    Not sure, I don't remember details of archive formats.

    Typically archiving programs support listing contents of archives , so if that is faster than unzipping, and sufficiently detailed for your analysis, go for it, Try It To See

    Also, I would need for the script to transfer platforms, I'll have to use File::DirCompare or something similar instead.

    You could do that. You could also install diff on the target machine :) whatever you need