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 "APR::Table"

APR::Table - Perl API for manipulating APR opaque string-content tables River stage three • 155 direct dependents • 183 total dependents

"APR::Table" allows its users to manipulate opaque string-content tables. On the C level the "opaque string-content" means: you can put in '\0'-terminated strings and whatever you put in your get out. On the Perl level that means that we convert scal...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

APR::Emulate::PSGI - Class that Emulates the mod_perl2 APR Object (Apache2::RequestRec, et al) River stage zero No dependents

This class emulates the mod_perl2 APR object. It expects either a PSGI environment hashref to be passed in, or to read HTTP environment information from the global %ENV. Currently this module is little more than a proof of concept. There are rough ed...

KOLIBRIE/APR-Emulate-PSGI-0.03 - 16 Mar 2014 02:00:38 UTC - Search in distribution

Plack::App::FakeApache1::Request - Mimic Apache1 requests River stage zero No dependents

CHISEL/Plack-App-FakeApache1-0.0.6 - 14 Sep 2018 11:14:45 UTC - Search in distribution

lib/HTTP/MobileAttribute/Request/APRTable.pm River stage one • 2 direct dependents • 2 total dependents

TOKUHIROM/HTTP-MobileAttribute-0.23 - 18 May 2011 04:20:28 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10: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

exiftool - Read and write meta information in files River stage two • 29 direct dependents • 30 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

Tcl - Tcl extension module for Perl River stage two • 3 direct dependents • 15 total dependents

The Tcl extension module gives access to the Tcl library with functionality and interface similar to the C functions of Tcl. In other words, you can * create Tcl interpreters The Tcl interpreters so created are Perl objects whose destructors delete t...

VKON/Tcl-1.32 - 06 Jan 2024 15:12:10 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

jacode - Perl program for Japanese character code conversion River stage one • 1 direct dependent • 1 total dependent

This software can convert each other "JIS", "SJIS", "EUC-JP", and "UTF-8" that are frequently used as encoding for Japanese string. Interface of "jacode.pl" is same of "jcode.pl" that we know well. On the other hand its ability is same of "Encode" mo...

INA/Jacode-2.13.4.31 - 21 Mar 2023 06:07:52 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

Data::Xtab - Pivot (cross-tabulate) a table of data. River stage zero No dependents

This module allows you to feed it tables of data to be pivoted in such a way that they can be easily used in a report or graph. Here is an example of input data: 'A', 'JUN', 7 'A', 'JAN', 4 'B', 'JAN', 3 'B', 'FEB', 39 'C', 'MAY', 8 'A', 'JUN', 100 T...

BJEPS/Data-Xtab-1.01 - 26 Jun 1998 14:56:41 UTC - Search in distribution

share::Apocalypse::A12 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 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

HTML::EP - a system for embedding Perl into HTML River stage zero No dependents

Have you ever written a CGI binary? Easy thing, isn't it? Was just fun! Have you written two CGI binaries? Even easier, but not so much fun. How about the third, fourth or fifth tool? Sometimes you notice that you are always doing the same: * Reading...

JWIED/HTML-EP-0.2011 - 05 Jan 2001 13:26:37 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

Digest - Modules that calculate message digests River stage four • 75 direct dependents • 9630 total dependents

The "Digest::" modules calculate digests, also called "fingerprints" or "hashes", of some data, called a message. The digest is (usually) some small/fixed size string. The actual size of the digest depend of the algorithm used. The message is simply ...

TODDR/Digest-1.20 - 24 Aug 2021 13:51:51 UTC - Search in distribution

Alias - declare symbolic aliases for perl data River stage one • 3 direct dependents • 3 total dependents

Provides general mechanisms for aliasing perl data for convenient access. This module works by putting some values on the symbol table with user-supplied names. Values that are references will get dereferenced into their base types. This means that a...

GSAR/Alias-2.32 - 01 May 1999 02:28:15 UTC - Search in distribution
88 results (0.124 seconds)