print Compress::Zlib::memGunzip( pack 'H*', $code );
and you are unzipping the packed $code.
HTH
In reply to Re: reversible pack()? by bmann in thread reversible pack()? by monsieur_champs