Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: How to "zip" a big string to small ?

by pysome (Scribe)
on Oct 29, 2008 at 09:10 UTC ( [id://720181]=note: print w/replies, xml ) Need Help??


in reply to Re^3: How to "zip" a big string to small ?
in thread How to "zip" a big string to small ?

Thanks again.
Now, I can compress the big string by "Compress::Zlib::compress" just like this:
my $f = <DATA>; my $dest = compress($f); #print $dest; __DATA__ big big string ssssssssssssssssssssssss mmmmmmmmmmmmmmmmmmmmmmmmm as long as possible...
Now i wanna know whether or not the "$dest" can be stored into DB( column type varchar)
And how to recover the original string($f) later.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://720181]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-03-28 13:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found