Click here to get back home

uncompressing unix Z files on Win32

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
uncompressing unix Z files on Win32 Peter Wilson 11-16-2005
Get Chitika Premium
Posted by Peter Wilson on November 16, 2005, 8:29 pm
Please log in for more thread options


Can anyone help me? I can't work out how to uncompress .Z files on a win32
machine using perl.

Thanks in advance

Peter




Posted by Reinhard Pagitsch on November 17, 2005, 8:45 am
Please log in for more thread options


Peter Wilson wrote:
> Can anyone help me? I can't work out how to uncompress .Z files on a win32
> machine using perl.
>
> Thanks in advance
>
> Peter
>
>
http://unxutils.sourceforge.net/ there is a gunzip.exe included which do
the work.

regards,
Reinhard


Posted by Peter Wilson on November 17, 2005, 11:26 am
Please log in for more thread options



> Peter Wilson wrote:
>> Can anyone help me? I can't work out how to uncompress .Z files on a
>> win32 machine using perl.
>>
>> Thanks in advance
>>
>> Peter
> http://unxutils.sourceforge.net/ there is a gunzip.exe included which do
> the work.
>
> regards,
> Reinhard

Hi

Many thanks but can i do it within perl? The Compress::Zlib does not support
the unix compress format.

Best regards

Peter




Posted by Reinhard Pagitsch on November 17, 2005, 1:20 pm
Please log in for more thread options


Hi,
Peter Wilson wrote:
>
>>Peter Wilson wrote:
>>
>>>Can anyone help me? I can't work out how to uncompress .Z files on a
>>>win32 machine using perl.
>>>
>>>Thanks in advance
>>>
>>>Peter
>>
>>http://unxutils.sourceforge.net/ there is a gunzip.exe included which do
>>the work.
>>
>>regards,
>>Reinhard
>
>
> Hi
>
> Many thanks but can i do it within perl? The Compress::Zlib does not support
> the unix compress format.

Only if you want to use system() or backticks.

Like
system("gunzip.exe", "file.Z");
or
$ret = `gunzip.exe file.Z`;



>
> Best regards
>
> Peter
>
>


--
regards,
Reinhard


Similar ThreadsPosted
Need help with a simple UNIX sockets server based on IO::Socket::UNIX April 14, 2005, 3:02 am
Portable dot-files (hidden-files) ? November 5, 2007, 1:20 am
DBD:Excel on unix machine March 9, 2006, 11:18 am
OLE Automation using Perl on a Unix box? April 18, 2006, 7:27 pm
Passing a DBI connection between [Unix] processes January 7, 2005, 1:01 pm
Windows Registry manipulation using Unix April 29, 2005, 11:46 am
unix perl module install errors November 11, 2004, 3:36 pm
Namespace for Unix File Permission checker August 6, 2005, 9:17 pm
Required Perl Developer w/ UNIX. SQL and Shell Scripting. March 24, 2006, 6:41 pm
creating perl binary using PAR module , execution error under unix March 15, 2008, 7:06 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap