2003-07-10 15:34:26 +02:00
|
|
|
Archive::Tar provides an object oriented mechanism for handling tar files. It
|
|
|
|
provides class methods for quick and easy files handling while also allowing
|
|
|
|
for the creation of tar file objects for custom manipulation. If you have the
|
|
|
|
IO::Zlib module installed, Archive::Tar will also support compressed or gzipped
|
|
|
|
tar files.
|
2000-12-19 10:48:13 +01:00
|
|
|
|
2003-07-10 15:34:26 +02:00
|
|
|
An object of class Archive::Tar represents a .tar(.gz) archive full of files
|
|
|
|
and things.
|
2000-12-19 10:48:13 +01:00
|
|
|
|
|
|
|
Roman Shterenzon <roman@xpert.com>
|
2003-07-10 15:34:26 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Archive-Tar/
|