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

Search results for "TOMORROW"

efa - Command line client for EFA-based public transit routing services River stage zero No dependents

efa is a command line client for EFA-based public transit routing interfaces, e.g. <http://efa.vrr.de>. efa requests connections between two points and displays the results. By default, the EFA service at <http://efa.vrr.de> (operated by Verkehrsverb...

DERF/Travel-Routing-DE-VRR-2.24 - 23 Nov 2023 17:30:36 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

dave - DAV Explorer River stage one • 5 direct dependents • 6 total dependents

dave is a powerful command-line program for interacting with WebDAV-enabled webservers. With dave you can: * get and put files * make directories on a remote webserver * remove files and directories from a remote webserver * edit a file on the webser...

COSIMO/HTTP-DAV-0.49 - 28 Nov 2018 17:01:57 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

satpass - Predict satellite passes over an observer. River stage one • 7 direct dependents • 8 total dependents

WYANT/Astro-satpass-0.131 - 16 Mar 2024 12:52:20 UTC - Search in distribution

grepmail - search mailboxes for mail matching a regular expression River stage zero No dependents

*grepmail* looks for mail messages containing a pattern, and prints the resulting messages on standard out. By default *grepmail* looks in both header and body for the specified pattern. When redirected to a file, the result is another mailbox, which...

DCOPPIT/grepmail-5.3111 - 12 Jul 2018 04:07:13 UTC - Search in distribution

WDDX - Module for reading and writing WDDX packets River stage zero No dependents

About WDDX From <http://www.wddx.org/>: The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web. WDDX and Perl WDDX ...

PETDANCE/WDDX-1.02 - 02 Dec 2003 03:47:05 UTC - Search in distribution

day - print a formatted date River stage one • 1 direct dependent • 1 total dependent

EWILHELM/Date-Piece-v0.0.3 - 25 Jun 2009 22:52:30 UTC - Search in distribution
  • Date::Piece - efficient dates with Time::Piece interoperability

db-iris - Interface to the DeutscheBahn online departure monitor River stage one • 1 direct dependent • 1 total dependent

db-iris is an interface to the DeutscheBahn departure monitor available at <https://iris.noncd.db.de/wbt/js/index.html>. It requests all trains departing from (or arriving at) *station* in the next two hours and lists them on stdout. *station* can be...

DERF/Travel-Status-DE-IRIS-1.96 - 25 Feb 2024 08:36:32 UTC - Search in distribution

Forks::Super - extensions and convenience methods to manage background processes River stage one • 1 direct dependent • 1 total dependent

This package provides new definitions for the Perl functions fork, wait, and waitpid with richer functionality. The new features are designed to make it more convenient to spawn background processes and more convenient to manage them to get the most ...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC - Search in distribution

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC - Search in distribution

strftime - Format date using strftime() River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-DateUtils-0.128 - 24 Apr 2024 00:06:16 UTC - Search in distribution
  • parse-date - Parse date string(s) using one of several modules
  • App::DateUtils - An assortment of date-/time-related CLI utilities

CodeBase - Perl module for accessing dBASE files River stage zero No dependents

Each function provided by the CodeBase module is described below. The module uses the CodeBase library from Sequiter Software Inc., which is a C library providing database management functions for dBASE files. File manipulation functions Existing dBA...

ANDREWF/CodeBase-0.86 - 10 Aug 1999 09:50:56 UTC - Search in distribution

Date::Calc - Gregorian calendar date calculations River stage three • 97 direct dependents • 288 total dependents

* "use Date::Calc qw( Days_in_Year Days_in_Month ... );" * "use Date::Calc qw(:all);" You can either specify the functions you want to import explicitly by enumerating them between the parentheses of the ""qw()"" operator, or you can use the "":all""...

STBEY/Date-Calc-6.4 - 07 Mar 2015 20:24:35 UTC - Search in distribution

Nginx - full-featured perl support for nginx River stage one • 2 direct dependents • 2 total dependents

Nginx with capital *N* is a part of nginx-perl distribution. Nginx-perl brings asynchronous functions and other useful features into embedded perl to turn it into nice and powerful perl web server....

ZZZ/Nginx-Perl-1.8.1.10 - 14 Apr 2016 00:55:02 UTC - Search in distribution

procapult - Hand cranked process launcher River stage zero No dependents

The idea for procapult is to have a process launcher that sits around doing nothing, until you tell it to start something, at which point it runs that until it exits or you tell it to stop it. A procapult can, by design, only run one process at once ...

MSTROUT/App-Procapult-0.009001 - 21 Dec 2015 21:11:47 UTC - Search in distribution

Astro::App::Satpass2 - Forecast satellite visibility. River stage zero No dependents

WYANT/Astro-App-Satpass2-0.054 - 31 Mar 2024 15:41:47 UTC - Search in distribution

Data::Domain - Data description and validation River stage one • 4 direct dependents • 7 total dependents

A *data domain* is a description of a set of values, either scalar or structured (arrays or hashes, possibly nested). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields...

DAMI/Data-Domain-1.16 - 04 Mar 2024 21:37:50 UTC - Search in distribution

Date::Pcalc - Gregorian calendar date calculations River stage one • 1 direct dependent • 1 total dependent

* "use Date::Pcalc qw( Days_in_Year Days_in_Month ... );" * "use Date::Pcalc qw(:all);" You can either specify the functions you want to import explicitly by enumerating them between the parentheses of the ""qw()"" operator, or you can use the "":all...

STBEY/Date-Pcalc-6.1 - 16 Oct 2009 05:54:08 UTC - Search in distribution

Params::Clean River stage zero No dependents

Basics In its simplest form, the "args" function provided by "Params::Clean" takes a series of names or positions and returns the arguments that correspond to those positions in @_, or that are identified by those names. The values are returned in th...

PLATO/Params-Clean-v0.9.4 - 30 Jan 2008 00:47:32 UTC - Search in distribution
104 results (0.074 seconds)