The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:archive"

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::Tar - module for manipulations of tar archives River stage four • 155 direct dependents • 2289 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::Par - use & manipulate par files River stage zero No dependents

FLUFFY/Archive-Par-1.01 - 06 Mar 2002 09:28:02 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::Har - Provides an interface to HTTP Archive (HAR) files River stage zero No dependents

This Module is intended to provide an interface to create/read/update entire HTTP Archive (HAR) files....

DDICK/Archive-Har-0.21 - 17 Apr 2017 00:16: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::Dir - a directory with an API like an Archive::Tar River stage zero No dependents

CORION/Archive-Merged-0.03 - 21 Jul 2023 20:48:51 UTC

Archive::Zip - Provide an interface to ZIP archive files. River stage four • 163 direct dependents • 1062 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::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

lib::archive - load pure-Perl modules directly from TAR archives River stage zero No dependents

Specify TAR archives to directly load modules from. The TAR files will be searched like include dirs. Globs are expanded, so you can use wildcards (not for URLs). If modules are present in more than one TAR archive, the first one will be used. Relati...

TOMK/lib-archive-0.92 - 09 Apr 2022 11:27:54 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::Tyd - Perl extension for simple file archiving. River stage zero No dependents

Tyd is a simple archiving algorith for merging multiple files together and encrypting the results, hence a password-protected archive. Tyd Does: Reading and writing of encrypted Tyd archives and file operations within. Tyd Does: Load all files into m...

KIRSLE/Archive-Tyd-0.02 - 20 May 2006 01:36:57 UTC

Git::Archive - For automated file archiving with Git River stage zero No dependents

When you want to have code maintain a file archive by committing changes to a Git repo, you don't have the luxury of being lazy and simply telling the code to do: git pull git commit changes git push Many little things can go wrong: What if files are...

ONEONETWO/Git-Archive-0.10 - 06 Jan 2014 09:14:43 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::Ipkg - Module for manipulation of iPKG archives River stage zero No dependents

This module aids in the construction of iPKG packages (See links below for description of the implemented package format). The interface is somewhat similar to that of Archive::Tar, but with a couple differences. I consider the module to be in a beta...

CRENZ/Archive-Ipkg-0.04 - 23 Jan 2008 04:08:10 UTC

Archive::ZZip - Perl bindings for zziplib. River stage zero No dependents

Provides bindings for zziplib, whose homepage is at http://zziplib.sourceforge.net/....

VSPADER/Archive-ZZip-0.13 - 09 Mar 2007 16:47:57 UTC

File::Archive - Figure out what is in an archive file River stage zero No dependents

Given an archive file of some kind, these methods will determine what type of archive it is, and tell you what files are contained in that archive. It will also give you the contents of a particular file contained in that archive. This was written fo...

RBOW/File-Archive-0.53 - 10 Dec 1999 02:48:25 UTC

News::Archive - archive news articles for later use River stage zero No dependents

News::Archive is a package for storing news articles in an accessible form. Articles are stored one-per-file, and are accessible by either message-ID or overview information. The files are then accessible with a Net::NNTP compatible interface, for ea...

TSKIRVIN/News-Archive-0.14 - 25 May 2004 19:46:06 UTC

Archive::Peek - Peek into archives without extracting them River stage two • 2 direct dependents • 15 total dependents

This module lets you peek into archives without extracting them. It currently supports tar files and zip files. To support Bzip2- compressed files, you should install IO::Uncompress::Bunzip2....

ZMUGHAL/Archive-Peek-0.37 - 13 Nov 2021 03:28:36 UTC

Archive::Cpio - module for manipulations of cpio archives River stage zero No dependents

Archive::Cpio provides a few functions to read and write cpio files....

PIXEL/Archive-Cpio-0.10 - 01 Nov 2015 15:40:33 UTC
263 results (0.052 seconds)