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
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
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
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
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