Archive::Extract is a generic archive extraction mechanism. It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to worry how it does so, or use different...
BINGOS/Archive-Extract-0.86 - 05 Dec 2019 20:55:57 UTCArchive::Extract is a generic archive extraction mechanism. This module has a similar interface to Archive::Extract, but instead of using Perl modules and external commands, it uses the libarchive C libary (<http://code.google.com/p/libarchive/>), wh...
LBROCARD/Archive-Extract-Libarchive-0.38 - 13 Feb 2012 21:10:39 UTC"Archive::SelfExtract" allows you create Perl programs out of compressed zip archives. Given a piece of code and an archive, it creates a single file which, when run, unpacks the archive and then runs the code. This module provides a function for cre...
GREGFAST/Archive-SelfExtract-1.3 - 14 May 2004 21:57:21 UTCArchive::Ar is a pure-perl way to handle standard ar archives. This is useful if you have those types of archives on the system, but it is also useful because .deb packages for the Debian GNU/Linux distribution are ar archives. This is one building b...
JBAZIK/Archive-Ar-2.02 - 14 Jul 2014 04:51:07 UTCThis module is a single interface for manipulating different archive formats. Tarballs, zip files, etc. new my $archive = Archive::Any->new( $archive_file ); my $archive_with_type = Archive::Any->new( $archive_file, $type ); $type is optional. It let...
OALDERS/Archive-Any-0.0946 - 05 Apr 2019 20:13:17 UTCThis is a module for the handling of rar archives. Locates the rar command (from PATH or from regedit for Win32) and encapsulate it to create, extract and list rar archives. *Note:* There are a few things that have gone awry. Have a look at the Archi...
SMUELLER/Archive-Rar-2.02 - 06 Mar 2008 14:12:55 UTClibarchive <https://www.libarchive.org> is a multi-format archive and compression library. This module provides Perl bindings to the libarchive API. WARNING: The API of this module is unstable and may change without warning (any change will be approp...
JACQUESG/Archive-Raw-0.03 - 03 Jul 2020 12:21:20 UTCArchive::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 i...
BINGOS/Archive-Tar-2.38 - 25 Jun 2020 07:51:56 UTCThe Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can...
PHRED/Archive-Zip-1.68 - 12 Mar 2020 17:59:46 UTCArchive::Chm is a module that provides access to Microsoft Compiled HTML Help files (chm files). A lot of today's software ships with documentation in .chm format. However Microsoft only provides viewing tools for their own OS and the company doesn't...
APALADE/Archive-Chm-0.06 - 20 Jul 2005 08:37:47 UTCArchive::RPM provides a more complete method of accessing an RPM's meta- and actual data. We access this information by leveraging RPM2 where we can, and by "exploding" the rpm (with rpm2cpio and cpio) when we need information we can't get through RP...
RSRCHBOY/Archive-RPM-0.07 - 19 Jun 2010 20:02:24 UTCArchive::Probe is a generic utility to search or extract archives. It facilitates searching of particular file by name or content inside deeply nested archive with mixed types. It can also extract embedded archive inside the master archive recursivel...
FGZ/Archive-Probe-0.86 - 05 May 2014 14:09:49 UTCSQLite (and the Perl module for it DBD::SQLite) is an extremely handy database for storing various types of simple information. However, as SQLite has developed, the binary structure of the SQLite database format itself has changed and evolved, and c...
ADAMK/SQLite-Archive-0.02 - 22 Nov 2007 13:27:26 UTCTMULEVICH/Archive-SimpleExtractor-0.11 - 01 Mar 2010 10:10:52 UTC
The "Archive::TarGzip" module provides "tar" subroutine to archive a list of files in an archive file in the tar format. The archive file may be optionally compressed using the gzip compression routines. The "Archive::TarGzip" module also provides a ...
SOFTDIA/Archive-TarGzip-0.03 - 15 May 2004 02:51:32 UTCThis describes the interface for storing and retrieving facts. Implementations must provide the "store", "extract", "delete", "iterator" and "initialize" methods. "initialize" must be idempotent. "iterator" must return a Data::Stream::Bulk object....
RJBS/Metabase-1.003 - 28 Nov 2013 12:48:17 UTCAnnoCPAN is expected to handle both tar.gz and zip archives. Archive::Tar and Archive::Zip take care of accessing those types of files, but they have different interfaces. AnnoCPAN::Archive provides a common interface to the very few methods that are...
ITUB/AnnoCPAN-0.22 - 02 Aug 2005 04:33:32 UTCArchive::Tar::Files provides a neat little object layer for in-memory extracted files. It's mostly used internally in Archive::Tar to tidy up the code, but there's no reason users shouldn't use this API as well. Accessors A lot of the methods in this...
BINGOS/Archive-Tar-2.38 - 25 Jun 2020 07:51:56 UTCThis is a fork of Archive::Any by Michael Schwern and Clint Moore. The main difference is this works properly even when you fork(), and may require less memory to extract a tarball. On the other hand, this isn't pluggable (this only supports file for...
ISHIGAKI/Archive-Any-Lite-0.11 - 29 Apr 2016 01:00:48 UTCIANK/Acme-Archive-Mbox-0.01 - 22 Nov 2008 04:10:58 UTC