On Tue, Dec 16, 2008 at 10:56, Fisher, John <john.j.fis...@salliemae.com> wrote: snip > anyinflate failed: Header Error: Encrypted content not supported > > Do you think the binary is confusing the uncompress? Any way around that? snip
My bet is that this isn't a binary/text issue. It looks like the zip file was encrypted and IO::Uncompress::Unzip (which is what IO::Uncompress::AnyInflate doesn't do decryption. from the code: return $self->HeaderError("Encrypted content not supported") if $gpFlag & (ZIP_GP_FLAG_ENCRYPTED_MASK|ZIP_GP_FLAG_STRONG_ENCRYPTED_MASK); -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/