in reply to Re: Compressing a string, but leaving it as a string
in thread Compressing a string, but leaving it as a string

Use the MD5 as a key into a DB file on the server side that has the real data saved using Storable or YAML.

  • Comment on Re^2: Compressing a string, but leaving it as a string