in reply to Where can I find the 'implode' and 'explode' functions?
Your question is really unclear, but from the phrasing and use of PSI::ESP, I infer the following question:
I am using PHP and PHP has the builtin functions implode and explode, which compress and decompress using the zlib library. Is there anything comparable in Perl?
If that was your question, then the answer is "yes". The module Compress::Zlib contains functions that do the same.
|
|---|