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

lib/NG/File.pm River stage zero No dependents

CHENRYN/NG-0.001 - 18 Apr 2013 11:54:54 UTC - Search in distribution
  • NG - Newbie::Gift or Next::Generation?? hoho~

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 - Search in distribution

File::Fu::File - a filename object River stage one • 4 direct dependents • 4 total dependents

EWILHELM/File-Fu-v0.0.8 - 03 Jun 2013 07:17:11 UTC - Search in distribution

File::KDBX::Key::File - A file key River stage one • 1 direct dependent • 2 total dependents

A file key (or "key file") is the type of key where the secret is a file. The secret is either the file contents or is generated based on the file contents. In order to lock and unlock a KDBX database with a key file, the same file must be presented....

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC - Search in distribution

CC::File - XXX River stage zero No dependents

RATL/CtCmd-1.17 - 01 Mar 2024 18:25:24 UTC - Search in distribution

File::OM - Output Multiplexer routines River stage one • 2 direct dependents • 2 total dependents

The OM (Output Multiplexer) Perl module provides a general output formatting framework for data that can be represented as a stream of records consisting of element names, values, and comments. Specific conversions are possible to XML, Turtle, JSON, ...

JAK/File-ANVL-1.05 - 02 Jun 2012 08:12:50 UTC - Search in distribution

File::cd - Easily and safely change directory River stage zero No dependents

The global (and negative) effect of perl builtin function "chdir" is well known (see File::chdir's documentation for more details). And few modules have been created to solve this problem: * File::chdir, by David Golden. * File::pushd, also by David ...

SYALTUT/File-cd-0.003 - 23 Sep 2013 06:55:30 UTC - Search in distribution

File::is - file is older? oldest? is newer? newest? similar? the same? River stage two • 3 direct dependents • 10 total dependents

This module is a result of /me not wanting to write: if ($(stat('filename'))[9] < $(stat('tmp/other-filename'))[9]) { do_someting(); }; Instead I wrote a module with ~80 lines of code and ~90 lines of tests for it... So how is the module different fr...

JKUTEJ/File-is-0.04 - 12 Oct 2017 06:54:39 UTC - Search in distribution

IO::File - supply object methods for filehandles River stage five • 5769 direct dependents • 33164 total dependents

"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC - Search in distribution
  • IO::Poll - Object interface to system poll call

DBD::File - Base class for writing file based DBI drivers River stage four • 946 direct dependents • 2083 total dependents

The DBD::File module is not a true DBI driver, but an abstract base class for deriving concrete DBI drivers from it. The implication is, that these drivers work with plain files, for example CSV files or INI files. The module is based on the SQL::Sta...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

EAI::File - read/parse Files from the filesystem or write to the filesystem River stage zero No dependents

EAI::File contains all file parsing API-calls. This is for reading plain text data (also as quoted csv), reading excel data (old 2003 and new 2007+ format), reading xml data, writing plain text data and excel files. API readText ($$$;$$) reads the de...

RKAPL/EAI-Wrap-1.913 - 03 Apr 2024 20:40:08 UTC - Search in distribution

FLV::File - Parse Flash Video files River stage zero No dependents

CDOLAN/FLV-Info-0.24 - 14 Mar 2009 03:08:34 UTC - Search in distribution
  • flvcut - Extract one or more time segments from an FLV file
  • flvinfo - Print information about FLV file(s)
  • FLV::MetaTag - Flash video file data structure

File::BOM - Utilities for handling Byte Order Marks River stage two • 15 direct dependents • 26 total dependents

This module provides functions for handling unicode byte order marks, which are to be found at the beginning of some files and streams. For details about what a byte order mark is, see <http://www.unicode.org/unicode/faq/utf_bom.html#BOM> The intenti...

MATTLAW/File-BOM-0.18 - 01 May 2020 08:28:53 UTC - Search in distribution

File::Box - Perl extension for blah blah blah River stage one • 1 direct dependent • 1 total dependent

File::Box serves file path's. It was created to help serving non-module files (like textfiles/templates) in perl module directories and alike. EXPORT None by default....

MUENALAN/File-Box-0.01 - 31 Dec 2009 13:53:06 UTC - Search in distribution

File::Cat - Perl implementation of cat(1) River stage zero No dependents

File::Cat is a module of adventure, danger, and low cunning. With it, you will explore some of the most inane programs ever seen by mortals. No computer should be without one!...

FIMM/File-Cat-1.2 - 21 Jan 1999 23:26:43 UTC - Search in distribution

File::Cmp - compare two files character by character River stage one • 3 direct dependents • 6 total dependents

This module offers a fcmp function that checks whether the contents of two files are identical, in the spirit of the Unix cmp(1) utility. A single subroutine, fcmp, is offered for optional export. It expects at minimum two files or file handles, alon...

JMATES/File-Cmp-1.09 - 07 Mar 2023 01:00:58 UTC - Search in distribution

File::Kit - Gather files and their metadata together in one place River stage one • 1 direct dependent • 1 total dependent

NKUITSE/File-Kit-0.04 - 16 Jun 2014 07:06:59 UTC - Search in distribution

File::Log - A simple Object Orientated Logger River stage zero No dependents

*File::Log* is a class providing methods to log data to a file. There are a number of parameters that can be passed to allow configuration of the logger....

GNG/File-Log-1.05 - 01 Mar 2008 03:07:51 UTC - Search in distribution

File::Map - Memory mapping made simple and safe. River stage three • 11 direct dependents • 120 total dependents

File::Map maps files or anonymous memory into perl variables. Advantages of memory mapping * Unlike normal perl variables, mapped memory is (usually) shared between threads or forked processes. * It is an efficient way to slurp an entire file. Unlike...

LEONT/File-Map-0.71 - 10 Apr 2023 12:19:06 UTC - Search in distribution

File::Pid - Pid File Manipulation River stage one • 4 direct dependents • 8 total dependents

This software manages a pid file for you. It will create a pid file, query the process within to discover if it's still running, and remove the pid file. new my $pidfile = File::Pid->new; my $thisfile = File::Pid->new({ file => '/var/run/daemon.pid',...

CWEST/File-Pid-1.01 - 11 Jan 2005 13:06:36 UTC - Search in distribution
19,372 results (0.504 seconds)