Re: Preferred way to move and compress a file

2002-09-26 Thread Michael Fowler
On Thu, Sep 26, 2002 at 03:02:04PM -0700, Matt Simonsen wrote: > I need to move several files Moving files can be accomplish with rename, perldoc -f rename. > and compress them - what's the preferred way to do this? It depends on your requirements, there is no single preferred method. Compres

Re: Preferred way to move and compress a file

2002-09-26 Thread david
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 fi

RE: Preferred way to move and compress a file

2002-09-26 Thread Timothy Johnson
There is also an Archive::Zip module that works quite well. -Original Message- From: Matt Simonsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 3:02 PM To: [EMAIL PROTECTED] Subject: Preferred way to move and compress a file I need to move several files and compress

Re: Preferred way to move and compress a file

2002-09-26 Thread George Schlossnagle
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 t

Preferred way to move and compress a file

2002-09-26 Thread Matt Simonsen
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 h