in reply to Re^2: How to decode this "gzinflate (base64_decode(***
in thread How to decode this "gzinflate (base64_decode(***
Put together from the synopsis of those two pages I linked to, but untested:
use MIME::Base64; use Compress::Zlib; my $output = Compress::Zlib::memGunzip(decode_base64($input));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to decode this "gzinflate (base64_decode(***
by Zeokat (Novice) on Jan 03, 2008 at 00:47 UTC | |
by Anonymous Monk on Feb 01, 2008 at 11:58 UTC |