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

Search results for "HTTP::Headers::Util"

HTTP::Headers::Util - Header value parsing utility functions River stage four • 1358 direct dependents • 8529 total dependents

This module provides a few functions that helps parsing and construction of valid HTTP header values. None of the functions are exported by default. The following functions are available: split_header_words( @header_values ) This function will parse ...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC - Search in distribution

HTTP::Headers::ActionPack::Util - General Utility module River stage two • 7 direct dependents • 12 total dependents

This is just a basic utility module used internally by HTTP::Headers::ActionPack. There are no real user serviceable parts in here....

DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTC - Search in distribution

WARC::Fields - WARC record headers and application/warc-fields River stage zero No dependents

The "WARC::Fields" class encapsulates information in the "application/warc-fields" format used for WARC record headers. This is a simple key-value format closely analogous to HTTP headers, however differences are significant enough that the "HTTP::He...

JCB/WARC-v0.0.1 - 17 Apr 2020 01:48:44 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-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

ojo - Fun one-liners with Mojo River stage four • 943 direct dependents • 1041 total dependents

A collection of automatically exported functions for fun Perl one-liners. Ten redirects will be followed by default, you can change this behavior with the "MOJO_MAX_REDIRECTS" environment variable. $ MOJO_MAX_REDIRECTS=0 perl -Mojo -E 'say g("example...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

PApp - multi-page-state-preserving web applications River stage zero No dependents

PApp is a complete solution for developing multi-page web applications that preserve state *across* page views. It also tracks user id's, supports a user access system and provides many utility functions (html, sql...). You do not need (and should no...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC - Search in distribution
  • PApp::Util - various utility functions that didn't fit anywhere else

jupiter - turn a list of feeds into a HTML page, a river of news River stage zero No dependents

Planet Jupiter is used to pull together the latest updates from a bunch of other sites and display them on a single web page, the "river of news". The sites we get our updates from are defined in an OPML file. A river of news, according to Dave Winer...

SCHROEDER/App-jupiter-1.07 - 09 Oct 2023 10:18:55 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

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

PSGI - Perl Web Server Gateway Interface Specification River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution
  • PSGI::FAQ - Frequently Asked Questions and answers

McBain - Framework for building portable, auto-validating and self-documenting APIs River stage one • 3 direct dependents • 3 total dependents

"McBain" is a framework for building powerful APIs and applications. Writing an API with "McBain" provides the following benefits: * Lightweight-ness "McBain" is extremely lightweight, with minimal dependencies on non-core modules; only two packages;...

IDOPEREL/McBain-2.001000 - 05 Jan 2015 18:30:32 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

Template::Magic - Magic merger of runtime values with templates River stage one • 2 direct dependents • 2 total dependents

Template::Magic is a "magic" interface between programming and design. It makes "magically" available all the runtime values - stored in your variables or returned by your subroutines - inside a static template file. In simple cases there is no need ...

SKNPP/Template-Magic-1.4 - 05 Mar 2012 22:57:11 UTC - Search in distribution

CGI::Builder - Framework to build simple or complex web-apps River stage two • 10 direct dependents • 10 total dependents

This is the starting point of the documentation of the CGI Builder Framework (CBF). You should read this documentation before any other documentation in any other module that extends the CBF....

DOMIZIO/CGI-Builder-1.36 - 26 Mar 2006 14:33:13 UTC - Search in distribution

App::td - Manipulate table data River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/App-td-0.111 - 05 May 2023 00:05:59 UTC - Search in distribution

PDF::Builder::Docs - additional documentation for Builder module River stage one • 2 direct dependents • 2 total dependents

PMPERRY/PDF-Builder-3.026 - 08 Dec 2023 19:47:58 UTC - Search in distribution

Raisin - A REST API microframework for Perl. River stage one • 1 direct dependent • 1 total dependent

Raisin is a REST API microframework for Perl. It's designed to run on Plack, providing a simple DSL to develop RESTful APIs easily. It was inspired by Grape <https://github.com/intridea/grape>....

RTKH/Raisin-0.94 - 12 Apr 2022 18:18:49 UTC - Search in distribution

Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit) River stage four • 760 direct dependents • 1891 total dependents

Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI. See PSGI for the PSGI specification and PSGI::...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution
  • Plack::Util - Utility subroutines for Plack server and framework developers

staticperl - perl, libc, 100 modules, all in one standalone 500kb file River stage zero No dependents

This script helps you to create single-file perl interpreters or applications, or embedding a perl interpreter in your applications. Single-file means that it is fully self-contained - no separate shared objects, no autoload fragments, no .pm or .pl ...

MLEHMANN/App-Staticperl-1.46 - 15 Feb 2022 18:37:51 UTC - Search in distribution
  • staticperl - perl, libc, 100 modules, all in one standalone 500kb file
132 results (0.113 seconds)