On Sat, Feb 08, 2003 at 09:37:40PM -0800, Patricia Hinman wrote:
> Does anyone know how to use a zip utility in an
> installation script.  I would like to create an
> installation script for a program I've written.   My
> only hurdle is learning how to unpack the zip file. 
> I've heard of gunzip, can I use that with perl?
> 

If you are working in a *nix environment you could call "gunzip" with 
"system" -

system("/bin/gunzip $file_archive");
hth,
kent

-- 
To know the truth is to distort the Universe.
                      Alfred N. Whitehead (adaptation)

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to