Archive::Any::Create

Archive::Any::Create is an abstract API to create archives (tar.gz and zip).
Download

Archive::Any::Create Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tatsuhiko Miyagawa
  • Publisher web site:
  • http://search.cpan.org/~miyagawa/

Archive::Any::Create Tags


Archive::Any::Create Description

Archive::Any::Create is an abstract API to create archives (tar.gz and zip). Archive::Any::Create is an abstract API to create archives (tar.gz and zip).SYNOPSIS use Archive::Any::Create; my $archive = Archive::Any::Create->new; $archive->container('foo'); # top-level directory $archive->add_file('bar.txt', $data); # foo/bar.txt $archive->add_file('bar/baz.txt', $data); # foo/bar/baz.txt $archive->write_file('foo.tar.gz'); $archive->write_file('foo.zip'); $archive->write_filehandle(*STDOUT, 'tar.gz');Archive::Any::Create is a wrapper module to create tar/tar.gz/zip files with a single easy-to-use API. Requirements: · Perl


Archive::Any::Create Related Software