Matt Simonsen wrote: >I need to move several files and compress them - what's the preferred >way to do this? I don't think Zlib::Compress is what I want, it seems >more geared towards dealing with small streams... although I suppose I >could look over each line and write that out. > >The files to compress are all several hundred megs so I want to be sure >to do it right. > >Thanks >Matt > > > > >
I would just system() out to gzip. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]