Is there a way to pull a file out of a password-protected ZIP file in perl? I searched CPAN for modules, but it appears that all of them lack password functionality.
As I don't want to reinvent the wheel: Does anyone have a solution at hand? And if not, how would you approach the problem?
As I am running on unix, i can probably fake it by calling the unzip command.