On Thu, 2004-02-12 at 19:21, Sean Quinlan wrote: > I'm trying to find a way to compress large text strings (genomes) for > storing in a database. I'd really prefer to avoid using temp files if > possible. Not so much for loading the data, but I'm hoping to use the > same methodology on the occasion I need to decompress and use that data.
Check out Compress::Zlib . -- Jeremy _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

