in reply to io::socket compress and/or encrypt

You could try using Crypt::Blowfish and Compress::Zlib manually - they're really nobrainers. (Which I suspect is why there's no official IO::Socket::Zlib or something like that.)

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re: io::socket compress and/or encrypt
by smackdab (Pilgrim) on May 31, 2002 at 15:32 UTC
    that does makes sense, thanks for the feedback