Archive::Tar

Archive::Tar is a Perl module for manipulations of tar archives.
Download

Archive::Tar Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jos Boumans
  • Publisher web site:
  • http://search.cpan.org/~kane/

Archive::Tar Tags


Archive::Tar Description

Archive::Tar is a Perl module for manipulations of tar archives. Archive::Tar is a Perl module for manipulations of tar archives.SYNOPSIS use Archive::Tar; my $tar = Archive::Tar->new; $tar->read('origin.tgz',1); $tar->extract(); $tar->add_files('file/foo.pl', 'docs/README'); $tar->add_data('file/baz.txt', 'This is the contents now'); $tar->rename('oldname', 'new/file/name'); $tar->write('files.tar');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.An object of class Archive::Tar represents a .tar(.gz) archive full of files and things. Requirements: · Perl


Archive::Tar Related Software