If you are running on Windows you can install Archive::Zip through PPM.
ppm install Archive-Zip
-Original Message-
From: Oliver Block [mailto:[EMAIL PROTECTED]
Sent: Friday, April 07, 2006 5:03 AM
To: beginners@perl.org
Subject: Re: zip command in perl
Am Freitag, 7. April 2006 07:15
Am Freitag, 7. April 2006 07:15 schrieb Irfan J Sayed:
> I need to zip my backup dir. so that it will automatically convert my
> backup dir to backup.zip file
> can it be happen through perl ?
Why don't you use backticks?
btw: are you running perl on win32?
cu,
Oliver
--
To unsubscribe, e-
Irfan J Sayed schreef:
Please don't top-post.
> Hi Chas,
Try e-mail.
> I downloaded the zip file from CPAN
Why? If you are on Windows and run ActivePerl, do
C:\Perl> ppm
and wait for the ppm-prompt, then:
ppm> query Archive-Zip
Querying target 1 (ActivePerl 5.8.7.813)
1. Archiv
On 4/7/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
snip
> I downloaded the zip file from CPAN
>
> But i am not getting one point
>
> which command i should use in perl . i mean what is the syntax.
> which module i should choose from that zip file after unzipping. (zip.pm ?)
>
snip
The compressed
AIL PROTECTED]>
04/07/2006 10:56 AM
To
Irfan J Sayed/India/[EMAIL PROTECTED]
cc
beginners@perl.org
Subject
Re: zip command in perl
On 4/7/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need to zip my backup dir. so that it will automatically convert my
> backup
On 4/7/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need to zip my backup dir. so that it will automatically convert my
> backup dir to backup.zip file
> can it be happen through perl ?
>
> Any sol. on this?
>
> Regards
> Irfan Sayed
Are you familiar with http://search.cpan.org? It is