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

Search results for "module:File::Listing"

File::Listing - Parse directory listing River stage four • 5 direct dependents • 6204 total dependents

This module exports a single function called "parse_dir", which can be used to parse directory listings....

PLICEASE/File-Listing-6.16 - 12 Jul 2023 21:23:07 UTC

File::Listing::Ftpcopy - parse directory listing using ftpparse from ftpcopy River stage zero No dependents

This module provides functions for parsing the output of directory listings of the sort generated by an FTP server. It is intended to provide a mostly drop in replacement for the "parse_dir" function from File::Listing (although see CAVEATS below) th...

PLICEASE/File-Listing-Ftpcopy-0.09 - 22 Jul 2019 17:51:43 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::Util - Easy, versatile, portable file handling River stage two • 12 direct dependents • 13 total dependents

File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on files and directories. Its purpose is to do so in the most portable manner possible so that users of this module won't have to worry about whether their...

TOMMY/File-Util-4.201720 - 20 Jun 2020 01:38:34 UTC

File::Rsync - perl module interface to rsync(1) http://rsync.samba.org/rsync/ River stage one • 5 direct dependents • 7 total dependents

Perl Convenience wrapper for the rsync(1) program. Written for *rsync-2.3.2* and updated for *rsync-3.1.1* but should perform properly with most recent versions. File::Rsync::new $obj = new File::Rsync; or $obj = File::Rsync->new; or $obj = File::Rsy...

LEAKIN/File-Rsync-0.49 - 10 Mar 2016 15:55:42 UTC

File::Tools - UNIX tools implemented as Perl Modules and made available to other platforms as well River stage one • 1 direct dependent • 1 total dependent

SZABGAB/File-Tools-0.10 - 02 Jun 2023 07:07:20 UTC

File::SafeDO - safer do file for perl River stage one • 3 direct dependents • 5 total dependents

* $rv = DO($file,[optional] "no warnings string"); This is a fancy 'do file'. It first checks that the file exists and is readable, then does a 'do file' to pull the variables and subroutines into the current name space. The 'do' is executed with ful...

MIKER/File-SafeDO-0.14 - 27 Jan 2014 21:02:01 UTC

File::Unpack - A strong bz2/gz/zip/tar/cpio/rpm/deb/cab/lzma/7z/rar/... archive unpacker, based on mime-types River stage zero No dependents

JNW/File-Unpack-0.70 - 13 Mar 2015 13:47:12 UTC

AppleII::ProDOS - Access files on Apple II ProDOS disk images River stage zero No dependents

"AppleII::ProDOS" provides high-level access to ProDOS volumes stored in the disk image files used by most Apple II emulators. (For information about Apple II emulators, try the Apple II Emulator Page at <http://www.ecnet.net/users/mumbv/pages/apple2...

CJM/AppleII-LibA2-0.201 - 12 Sep 2015 20:21:05 UTC

File::Dropbox - Convenient and fast Dropbox API abstraction River stage zero No dependents

"File::Dropbox" provides high-level Dropbox API abstraction based on Tie::Handle. Code required to get "access_token" and "access_secret" for signed OAuth 1.0 requests or "access_token" for OAuth 2.0 requests is not included in this module. To get "a...

NFOKZ/File-Dropbox-0.7 - 21 Aug 2016 22:23:18 UTC

File::DirSync - Syncronize two directories rapidly River stage zero No dependents

File::DirSync will make two directories exactly the same. The goal is to perform this syncronization process as quickly as possible with as few stats and reads and writes as possible. It usually can perform the syncronization process within a few mil...

BBB/File-DirSync-1.22 - 27 Aug 2007 16:46:03 UTC

File::Unpack2 - A strong bz2/gz/zip/tar/cpio/rpm/deb/cab/lzma/7z/rar/... archive unpacker, based on mime-types River stage zero No dependents

KRAIH/File-Unpack2-1.0 - 01 Dec 2023 17:14:21 UTC

FWS::V2::File - Framework Sites version 2 text and image file methods River stage zero No dependents

Framework Sites version 2 file writing, reading and manipulation methods....

NATELEWIS/FWS-V2-1.13091122 - 12 Sep 2013 03:10:06 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

Net::FTP::File - Perl extension for simplifying FTP file operations. River stage zero No dependents

DMUEY/Net-FTP-File-0.06 - 22 Apr 2009 15:51:07 UTC

HTML::EP::Explorer - Web driven browsing of a filesystem River stage zero No dependents

This application was developed for DHW, a german company that wanted to give its users access to files stored on a file server via certain applications defined by an administrator. (See http://www.dhw.de/ if you are interested in the sponsor.) The ro...

JWIED/HTML-EP-Explorer-0.1006 - 05 Nov 1999 11:38:55 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

Proc::PID::File - a module to manage process id files River stage two • 12 direct dependents • 30 total dependents

This Perl module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances. The module accomplishes this via *nix-style *pidfiles*, which are files that sto...

DMITRI/Proc-PID-File-1.29 - 11 Jul 2018 11:53:46 UTC

File::Find::Rex - Combines simpler File::Find interface with support for regular expression search criteria. River stage zero No dependents

This module provides an easy to use object oriented interface to "File::Find" and adds the ability to filter results using regular expressions. Features include: * Object oriented interface * Find results returned as array or via a callback subroutin...

ROLANDAY/File-Find-Rex-1.02 - 16 Oct 2018 08:12:20 UTC

File::DirCompare - Perl module to compare two directories using callbacks. River stage two • 6 direct dependents • 20 total dependents

File::DirCompare is a perl module to compare two directories using a callback, invoked for all files that are 'different' between the two directories, and for any files that exist only in one or other directory ('unique' files). File::DirCompare has ...

GAVINC/File-DirCompare-0.7 - 10 Oct 2012 02:25:39 UTC
35 results (0.076 seconds)