The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Archive::Extract"

Archive::Extract - A generic archive extracting mechanism River stage three • 70 direct dependents • 314 total dependents

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.88 - 06 May 2021 13:13:45 UTC

Archive::Extract::Libarchive - A generic archive extracting mechanism (using libarchive) River stage one • 1 direct dependent • 3 total dependents

Archive::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::Libarchive::Extract - An archive extracting mechanism (using libarchive) River stage one • 2 direct dependents • 5 total dependents

This class provides a simple interface for extracting archives using "libarchive". Although it provides similar functionality to Archive::Extract and Archive::Extract::Libarchive it intentionally does not provide a compatible interface. In particular...

PLICEASE/Archive-Libarchive-Extract-0.03 - 23 Jun 2021 20:51:11 UTC

Archive::SelfExtract - bundle compressed archives with Perl code River stage zero No dependents

"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 UTC

Archive::Ar - Interface for manipulating ar archives River stage one • 2 direct dependents • 3 total dependents

Archive::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 UTC

Archive::Any - Single interface to deal with file archives. River stage two • 13 direct dependents • 23 total dependents

This 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 UTC

Archive::Rar - Interface with the 'rar' command River stage one • 2 direct dependents • 2 total dependents

This 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 UTC

Archive::Raw - Perl bindings to the libarchive library River stage zero No dependents

libarchive <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 UTC

Archive::Tar - module for manipulations of tar archives River stage four • 153 direct dependents • 2205 total dependents

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 i...

BINGOS/Archive-Tar-3.02 - 12 Apr 2023 23:09:11 UTC

Archive::Zip - Provide an interface to ZIP archive files. River stage four • 161 direct dependents • 1061 total dependents

The 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 UTC

Archive::Chm - Performs some read-only operations on HTML help (.chm) files. Range of operations includes enumerating contents, extracting contents and getting information about one certain part of the archive. River stage zero No dependents

Archive::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 UTC

Archive::RPM - Work with a RPM River stage zero No dependents

Archive::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 UTC

Archive::Probe - A generic library to search file within archive River stage zero No dependents

Archive::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 UTC

SQLite::Archive - Version-agnostic storage and manipulation of SQLite databases River stage zero No dependents

SQLite (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 UTC

Archive::SimpleExtractor - simple module for extract archives River stage zero No dependents

TMULEVICH/Archive-SimpleExtractor-0.11 - 01 Mar 2010 10:10:52 UTC

Archive::TarGzip - save and restore files to and from compressed tape archives (tar) River stage zero No dependents

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 UTC

Metabase::Archive - Interface for Metabase storage River stage two • 10 direct dependents • 10 total dependents

This 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 UTC

AnnoCPAN::Archive - Simple archive abstraction layer River stage zero No dependents

AnnoCPAN 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 UTC

Archive::Libarchive - Modern Perl bindings to libarchive River stage two • 5 direct dependents • 13 total dependents

This module provides a Perl object-oriented interface to the "libarchive" library. The "libarchive" library is the API used to implemnt "bsdtar", the default tar implementation on a number of operating systems, including FreeBSD, macOS and Windows. I...

PLICEASE/Archive-Libarchive-0.08 - 29 Sep 2022 16:42:06 UTC

Archive::Tar::File - a subclass for in-memory extracted file from Archive::Tar River stage four • 153 direct dependents • 2205 total dependents

Archive::Tar::File 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-3.02 - 12 Apr 2023 23:09:11 UTC
57 results (0.032 seconds)