Re: Question- Archive::zip/tar

2002-06-05 Thread David T-G
Shishir -- ...and then Shishir K. Singh said... % % David --- % % Could have done that.Only problem with that is % % a) How do I uncompress the *.Z on non Unix(windows) without using gzip % exe (don't want to do that) Not sure. I dunno if the zlib module will speak uncompress or not. I

RE: Question- Archive::zip/tar

2002-06-05 Thread Shishir K. Singh
rpose. -Original Message- From: David T-G [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 4:31 PM To: perl beginners Cc: Shishir K. Singh Subject: Re: Question- Archive::zip/tar Shishir -- and then Shishir K. Singh said... % % I basically wanted to have the Compression ut

Re: Question- Archive::zip/tar

2002-06-05 Thread David T-G
Shishir -- ...and then Shishir K. Singh said... % % I basically wanted to have the Compression utility independent of any platforms, so that I can do uncompress/Compress on tar /gz files on Windows and Zip files on Unix. Except the *.Z format, the others work fine, thanks to Archive::Zip and

RE: Question- Archive::zip/tar

2002-06-05 Thread Shishir K. Singh
the code to work for the *.Z. Any gurus out there who can help ?? Thanks Shishir -Original Message- From: Beau E. Cox [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 2:16 PM To: Shishir K. Singh; BeginnersPerl (E-mail) Subject: RE: Question- Archive::zip/tar Shishir

RE: Question- Archive::zip/tar

2002-06-05 Thread Beau E. Cox
anyway. Aloha => Beau. -Original Message- From: Shishir K. Singh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 4:10 AM To: BeginnersPerl (E-mail) Subject: Question- Archive::zip/tar Hello, I haven't tried it yet and wanted to know if anyone has the clue before I delve

Question- Archive::zip/tar

2002-06-05 Thread Shishir K. Singh
Hello, I haven't tried it yet and wanted to know if anyone has the clue before I delve deeper into it (just being lazy :)). According to the documentation , the Archive::Tar module supports the *.gz format. I didn't find anything about *.Z (the compress format on UNIX). Does Archive::Tar supp