Rajnikant wrote: > > From: Jeff Peng [mailto:[EMAIL PROTECTED] >> >> <[EMAIL PROTECTED]> wrote: >> >>> I want to uncompress *.gz and *.tar on linux box. >>> >>> So is there any package which will do it for me? >>> Can we use Zlib to do same? >> >> Search and use a module from CPAN, that will make things fast. like: >> http://search.cpan.org/~kane/Archive-Tar-1.38/lib/Archive/Tar.pm > > Thanks for replying Jeff. > But can we use Zlib for same?
(Please bottom-post your replies to this group so that extended threads remain comprehensible. Also remove salutations and signatures that are irrelevant to the question at hand. Thank you.) If you install IO::Zlib as well as Archive::Tar then you can decompress and unpack gzipped tar files very simply. HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
