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

Search results for "file"

file - determine file type River stage one • 1 direct dependent • 1 total dependent

The file command tests each argument in an attempt to classify it. There are four sets of tests, performed in this order: filesystem tests, script tests, magic number tests, and language tests. The first test that succeeds causes the file type to be ...

BRIANDFOY/PerlPowerTools-1.044 - 03 Mar 2024 09:13:52 UTC - Search in distribution

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~

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

Meta::Utils::File::File - library to do operations on files. River stage zero No dependents

This is a library to help you do things with files with meaningful names. For instance: check if a file exists, compare two files etc......

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 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 • 5475 direct dependents • 32646 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

File::Feed::Source::file - fetch files from a filesystem River stage zero No dependents

NKUITSE/File-Feed-0.03 - 24 Jul 2017 20:47:55 UTC - Search in distribution

DBD::File - Base class for writing file based DBI drivers River stage four • 940 direct dependents • 2099 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
19,412 results (0.431 seconds)