NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Compress::Zlib? (Score:1)
Any reason why you're not using Compress::Zlib [cpan.org] rather than zlib directly? Are you currently doing the work in XS, rather than in perl?
Re:Compress::Zlib? (Score:1)
Yes, this module is pure XS and doesn't contain any Perl-code save for the stuff created by h2xs. I would have probably skipped to Compress::Zlib if doing it within the XS part hadn't worked. But fortunately it was rather painless.