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

Search results for "module:File::Fetch"

File::Fetch - A generic file fetching mechanism River stage three • 27 direct dependents • 101 total dependents

File::Fetch is a generic file fetching mechanism. It allows you to fetch any file pointed to by a "ftp", "http", "file", "git" or "rsync" uri by a number of different means. See the "HOW IT WORKS" section further down for details....

BINGOS/File-Fetch-1.04 - 18 Jan 2022 20:50:47 UTC

File::AptFetch - perl interface onto APT-Methods River stage zero No dependents

Shortly: * Methods are usual executables. Hence F:AF forks. * There's no command-line interface for methods. The IPC is two pipes (*STDIN* and *STDOUT* from method's POV). * Each portion of communication (named message) consists of numerical code wit...

WHYNOT/File-AptFetch-v0.1.15 - 08 Jan 2023 04:20:16 UTC

File::AptFetch::Simple - convenience wrapper over File::AptFetch River stage zero No dependents

When File::AptFetch was started it was believed that it must be bare-bone simple. Then RL came (refer to *v0.0.8* for details). Besides F::AF needed loads of handling on user's side of code. Thus File::AptFetch::Simple was born. The sole purpose of F...

WHYNOT/File-AptFetch-v0.1.15 - 08 Jan 2023 04:20:16 UTC

File::Download - Fetch large files from the web River stage zero No dependents

This Perl module is largely derived from the lwp-download program that is installed by LWP or the libwww-perl networking package. This module abstracts the functionality found in that perl script into a module to provide a simpler more developer-frie...

BYRNE/File-Download-0.3 - 16 Mar 2009 19:33:56 UTC

Boulder::Omim - Fetch Omim data records as parsed Boulder Stones River stage zero No dependents

Boulder::Omim provides retrieval and parsing services for OMIM records Boulder::Omim provides retrieval and parsing services for NCBI Omim records. It returns Omim entries in Stone format, allowing easy access to the various fields and values. Boulde...

LDS/Boulder-1.30 - 14 Dec 2002 02:06:29 UTC

Tie::File - Access the lines of a disk file via a Perl array River stage three • 30 direct dependents • 100 total dependents

"Tie::File" represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is *not* loaded into me...

TODDR/Tie-File-1.07 - 20 Feb 2023 17:05:34 UTC

File::Path - Create or remove directory trees River stage five • 862 direct dependents • 32646 total dependents

This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem. The following functions are provided: make_path( $dir1, $dir2, .... ) make_path( $dir1, $dir2, ...., \%opts ...

JKEENAN/File-Path-2.18 - 05 Nov 2020 01:30:15 UTC

File::Rdiff - generate remote signatures and patch files using librsync River stage zero No dependents

A more-or-less direct interface to librsync (<http://librsync.sourceforge.net/>). For usage examples (better than this very sparse documentation), see the two example scripts below. POD ERRORS Hey! The above document had some coding errors, which are...

MLEHMANN/File-Rdiff-1.0 - 24 Jul 2008 21:06:11 UTC

File::Mosaic - assemble the constituent pieces of a file into a single file. River stage zero No dependents

"File::Mosaic" is a Perl module to assemble a target file from smaller files. The creation, maintenance, and order of the small files, as well as the assembling of the target file are handled by the library. Data for the small files are added by the ...

BOUMENOT/File-Mosaic-0.03 - 23 Aug 2007 13:36:26 UTC

File::Assets - Manage .css and .js assets for a web page or application River stage one • 2 direct dependents • 3 total dependents

File::Assets is a tool for managing JavaScript and CSS assets in a (web) application. It allows you to "publish" assests in one place after having specified them in different parts of the application (e.g. throughout request and template processing p...

RKRIMEN/File-Assets-0.064 - 29 Sep 2008 23:35:33 UTC

Boulder::Unigene - Fetch Unigene data records as parsed Boulder Stones River stage zero No dependents

Boulder::Unigene provides retrieval and parsing services for UNIGENE records Boulder::Unigene provides retrieval and parsing services for NCBI Unigene records. It returns Unigene entries in Stone format, allowing easy access to the various fields and...

LDS/Boulder-1.30 - 14 Dec 2002 02:06:29 UTC

Boulder::Medline - Fetch Medline data records as parsed Boulder Stones River stage zero No dependents

Boulder::Medline provides retrieval and parsing services for Medline records Boulder::Medline provides retrieval and parsing services for NCBI Medline records. It returns Medline entries in Stone format, allowing easy access to the various fields and...

LDS/Boulder-1.30 - 14 Dec 2002 02:06:29 UTC

Backblaze::B2 - interface to the Backblaze B2 API River stage zero No dependents

CORION/Backblaze-B2-0.02 - 13 Aug 2016 12:05:19 UTC

File::Namaste - routines to manage NAMe-AS-TExt tags River stage one • 1 direct dependent • 1 total dependent

This is very brief documentation for the Namaste Perl module, which implements the Namaste (Name as Text) convention for containing a data element completely within the content of a file, using as filename an approximation of the value preceded by a ...

JAK/File-Namaste-1.04 - 07 Jan 2012 00:42:02 UTC

File::Tabular - searching and editing flat tabular files River stage one • 1 direct dependent • 1 total dependent

A *tabular file* is a flat text file containing data organised in rows (records) and columns (fields). This module provides database-like functionalities for managing tabular files : retrieving, searching, writing, autonumbering, journaling. However,...

DAMI/File-Tabular-0.72 - 04 Nov 2008 15:03:59 UTC

Boulder::Genbank - Fetch Genbank data records as parsed Boulder Stones River stage zero No dependents

Boulder::Genbank provides retrieval and parsing services for NCBI Genbank-format records. It returns Genbank entries in Stone format, allowing easy access to the various fields and values. Boulder::Genbank is a descendent of Boulder::Stream, and prov...

LDS/Boulder-1.30 - 14 Dec 2002 02:06:29 UTC

Win32API::File - Low-level access to Win32 system API calls for files/dirs. River stage two • 5 direct dependents • 37 total dependents

This provides fairly low-level access to the Win32 System API calls dealing with files and directories. To pass in "NULL" as the pointer to an optional buffer, pass in an empty list reference, "[]". Beyond raw access to the API calls and related cons...

CHORNY/Win32API-File-0.1203 - 12 Mar 2016 19:33:15 UTC

WWW::Github::Files - Read files and directories from Github River stage zero No dependents

Using Github API to browse a git resp easily and download files This modules is a thin warper around the API, just to make life easier...

SEMUELF/WWW-Github-Files-0.13 - 20 Sep 2013 03:49:57 UTC

File::LoadLines - Load lines from files and network River stage one • 1 direct dependent • 1 total dependent

File::LoadLines provides an easy way to load the contents of a text file into an array of lines. It is intended for small to moderate size files like config files that are often produced by weird tools (and users). It will transparently fetch data fr...

JV/File-LoadLines-1.046 - 18 Feb 2024 14:48:41 UTC

File::HashCache - Process and cache files based on the hash of their contents. River stage zero No dependents

File::HashCache is an automatic versioning scheme for arbitrary files based on the hash of the contents of the files themselves. It aims to be painless for the developer and very fast. File::HashCache solves the problem in web development where you u...

DAVID/File-HashCache-v1.0.2 - 07 Oct 2013 20:36:17 UTC
46 results (0.094 seconds)