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

Search results for "ModPerl::Code"

lib/ModPerl/Code.pm - Perl Interface for $class Constants River stage three • 155 direct dependents • 183 total dependents

This module provides functionality for generating mod_perl glue code. Reason this code is generated rather than written by hand include: consistency thin and clean glue code enable/disable features (without #ifdefs) adapt to changes in Apache experim...

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

Sleep::Handler - ModPerl handler for Sleep. River stage zero No dependents

The Apache2 mod_perl handler for Sleep applications....

STUIFZAND/Sleep-0.0.4 - 06 Sep 2008 14:39:10 UTC - Search in distribution

CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry River stage two • 9 direct dependents • 17 total dependents

CGI::Compile is a utility to compile CGI scripts into a code reference that can run many times on its own namespace, as long as the script is ready to run on a persistent environment. NOTE: for best results, load CGI::Compile before any modules used ...

RKITOVER/CGI-Compile-0.26 - 30 Jul 2023 23:21:23 UTC - Search in distribution

Apache::ChildExit - Modify ModPerl Apache::Registry's treatment of END blocks River stage zero No dependents

## Example use Apache::ChildExit qw( Postpone ) ; ## ...user code... printf "%d\n", Apache::ChildExit::ENDBlockCount() ; # 4 printf "%d\n", Apache::ChildExit::PostponedCount() ; # 0 Postpone() ; printf "%d\n", Apache::ChildExit::ENDBlockCount() ; # 0...

TQISJIM/ChildExit_0-1 - 05 Nov 2002 16:03:24 UTC - Search in distribution

App - Backplane for core App services River stage one • 2 direct dependents • 2 total dependents

The App module is the module from which core services are called....

SPADKINS/App-Context-0.968 - 09 Jun 2010 21:33:19 UTC - Search in distribution
  • App::devguide - App Developer's Guide
  • App::Context - An application framework for web applications, command-line programs, server programs, and web services

Nes - A powerful template system for HTML and the Web. River stage zero No dependents

Nes (No Embedded Source) a system for separating Perl executable code and the representation of the data generated in HTML using Tags are replaced with variables created in Perl. Nes can do for you? With Nes can do the same or more than any other tem...

NES/Nes-1.03 - 14 Apr 2010 07:54:00 UTC - Search in distribution

CVS River stage zero No dependents

GRICHTER/HTML-Embperl-1.3.6 - 15 Feb 2003 19:33:11 UTC - Search in distribution

Magpie - Pipelined State Machine Plack Middleware Framework River stage zero No dependents

KHAMPTON/Magpie-1.163200 - 15 Nov 2016 16:10:21 UTC - Search in distribution

Embperl - Building dynamic Websites with Perl River stage one • 3 direct dependents • 3 total dependents

Embperl is a framework for building websites with Perl. For the beginner it's any easy to setup and use way of embedding Perl code in HTML pages. It delivers several features that ease the task of creating a websites, including dynamic tables, formfi...

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution

CHANGES River stage zero No dependents

This is a list of the main changes between different versions of SVN::Web. Please see UPDATING.pod for details about any changes you may need to make when updating an SVN::Web installation. 0.63, released Oct 17, 2012 * More improvements to UTF8 hand...

DJZORT/SVN-Web-0.63 - 17 Oct 2012 09:23:24 UTC - Search in distribution

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution

RayApp - Framework for data-centric Web applications River stage zero No dependents

JANPAZ/RayApp-2.004 - 10 Apr 2006 13:01:11 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

CGI::Log - Perl extension for centralized logging of debug, error, status and success messages from scripts or other modules. River stage zero No dependents

This module acts as a central repository for debug, status and error messages. It instantiates itself automatically (if it needs to) so you can access the Log object functions from anywhere in you code including other modules/objects with a simple co...

JMOORE/CGI-Log-1.00 - 14 Sep 1998 04:15:38 UTC - Search in distribution

Nice::Try - A real Try Catch Block Implementation Using Perl Filter River stage two • 19 direct dependents • 23 total dependents

Nice::Try is a lightweight implementation of Try-Catch exception trapping block using perl filter. It behaves like you would expect. Here is a list of its distinctive features: * No routine to import like "Nice::Try qw( try catch )". Just add "use Ni...

JDEGUEST/Nice-Try-v1.3.10 - 26 Mar 2024 00:57:03 UTC - Search in distribution

DocSet::Config - A superclass that handles object's configuration and data River stage zero No dependents

This objects lays in the base of the DocSet class and provides configuration and internal data storage/retrieval methods. At the end of this document the generic configuration file is explained. METHODS META: to be completed (see SYNOPSIS meanwhile) ...

STAS/DocSet-0.19 - 03 Oct 2005 06:28:27 UTC - Search in distribution

Apache2::SSI - Apache2 Server Side Include River stage zero No dependents

Apache2::SSI implements Apache Server Side Include <https://httpd.apache.org/docs/current/en/howto/ssi.html>, a.k.a. SSI, within and outside of Apache2/mod_perl2 framework. Apache2::SSI is inspired from the original work of Apache::SSI with the main ...

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC - Search in distribution

HTML::XHTML::DVSM - Dynamic Visual Software Modelling, XML/XHTML template system that does not screw up your templates. V1.2 River stage zero No dependents

DVSM/HTML-XHTML-DVSM-1.2 - 02 Jun 2010 13:16:05 UTC - Search in distribution

Apache::DBI - Initiate a persistent database connection River stage two • 6 direct dependents • 10 total dependents

This module initiates a persistent database connection. The database access uses Perl's DBI. For supported DBI drivers see: http://dbi.perl.org/ When loading the DBI module (do not confuse this with the Apache::DBI module) it checks if the environmen...

PHRED/Apache-DBI-1.12 - 12 Jun 2013 07:28:36 UTC - Search in distribution

Cookie::Jar - Cookie Jar Class for Server & Client River stage one • 2 direct dependents • 5 total dependents

This is a module to handle cookies, according to the latest standard as set by rfc6265 <https://datatracker.ietf.org/doc/html/rfc6265>, both by the http server and the client. Most modules out there are either antiquated, i.e. they do not support lat...

JDEGUEST/Cookie-v0.3.5 - 12 Feb 2024 23:53:10 UTC - Search in distribution
88 results (0.106 seconds)