Search results for "module:CGI::Debug"

CGI::Debug - module for CGI programs debugging River stage zero No dependents

CGI::Debug will catch (almost) all compilation and runtime errors and warnings and will display them in the browser. Just "use CGI::Debug" on the second row in your program. The module will not change the behaviour of your cgi program. As long as you...

JONAS/CGI-Debug-1.0 - 28 Dec 2000 19:20:34 UTC

CGI::Lazy::Utility::Debug River stage zero No dependents

CGI::Lazy::Utility::Debug is a bunch of useful CGI debugging functions that I got tired of writing by hand when I needed to figure out what wierdness is happening in a script...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Screen - Perl extension for easy creation of multi screen CGI scripts River stage zero No dependents

CGI::Screen is a subclass of "CGI" which allows the esay(TM) creation of simple multi screen CGI scripts. By 'multi screen' I mean scripts which present different screens to the user when called with different parameters. This is the common case for ...

ULPFR/CGI-Screen-0.122 - 05 Feb 1999 16:31:00 UTC

CGI::Carp::DebugScreen - provides a decent debug screen for Web applications River stage zero No dependents

"CGI::Carp qw/fatalsToBrowser/" is very useful for debugging. But the error screen it provides is a bit too plain; something you don't want to see, and you don't want your boss and colleagues and users to see. You might know CGI::Carp has a wonderful...

ISHIGAKI/CGI-Carp-DebugScreen-0.16 - 28 Jul 2009 07:18:47 UTC

CGI::Carp::DebugScreen::TT - CGI::Carp::DebugScreen Renderer with Template Toolkit River stage zero No dependents

One of the ready-made view (renderer) classes for CGI::Carp::DebugScreen....

ISHIGAKI/CGI-Carp-DebugScreen-0.16 - 28 Jul 2009 07:18:47 UTC

CGI::Carp::DebugScreen::Dumper - Dump a variable as an HTML table River stage zero No dependents

This module dumps the contents of a variable (supposedly, a reference) as an HTML table. If the variable has something unfit for an HTML output, it dumps alternative texts such as '*BINARY*', '*CODE*', or '*GLOB*'. It also escapes every key and value...

ISHIGAKI/CGI-Carp-DebugScreen-0.16 - 28 Jul 2009 07:18:47 UTC

CGI::Application::Plugin::DebugScreen - add Debug support to CGI::Application. River stage one • 2 direct dependents • 4 total dependents

This plug-in add Debug support to CGI::Application. This plug-in like Catalyst debug mode. DebugScreen is done when $ENV{CGI_APP_DEBUG} is set, and DebugScreen is not done when not setting it. When your code is released, this plug-in need not be remo...

NEKOKAK/CGI-Application-Plugin-DebugScreen-1.00 - 19 Jan 2011 12:35:04 UTC

CGI::Application::Plugin::DebugMessage - show the debug message River stage zero No dependents

CGI::Application::Plugin::DebugMessage is debug utility for CGI::Application. You can see any debug messages in your html footer, as Sledge::Plugin::DebugScreen does....

TSUKAMOTO/CGI-Application-Plugin-DebugMessage-0.01 - 05 Dec 2006 15:36:34 UTC

CGI::Carp::DebugScreen::DefaultView - CGI::Carp::DebugScreen Renderer without template engines River stage zero No dependents

One of the ready-made view (renderer) classes for CGI::Carp::DebugScreen. Note that this doesn't support template overriding....

ISHIGAKI/CGI-Carp-DebugScreen-0.16 - 28 Jul 2009 07:18:47 UTC

CGI::Carp::DebugScreen::HTML::Template - CGI::Carp::DebugScreen Renderer with HTML::Template River stage zero No dependents

One of the ready-made view (renderer) classes for CGI::Carp::DebugScreen....

ISHIGAKI/CGI-Carp-DebugScreen-0.16 - 28 Jul 2009 07:18:47 UTC

CGI::Ex::Dump - A debug utility River stage one • 2 direct dependents • 2 total dependents

Uses the base Data::Dumper of the distribution and gives it nicer formatting - and allows for calling just about anytime during execution. Calling &CGI::Ex::set_deparse() will allow for dumped output of subroutines if available. perl -e 'use CGI::Ex:...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

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

CGI::Inspect - Inspect and debug CGI apps with an in-browser UI River stage zero No dependents

This class is a drop-in web based inspector for plain CGI (or CGI-based) applications. Include the library, and then call inspect(). In your server error logs you'll see something like "Please connect to localhost:8080". When you do, you'll be greete...

AWWAIID/CGI-Inspect-0.5 - 26 Jun 2009 17:49:50 UTC

CGI::LogCarp - Error, log and debug streams, httpd style format River stage zero No dependents

CGI::LogCarp is a Perl package defining methods for directing the existing STDERR stream as well as creating and directing two new messaging streams, STDBUG and STDLOG. Their use was intended mainly for a CGI development environment, or where separat...

MIKEKING/LogCarp-4.48 - 06 Jun 2020 20:05:35 UTC

CGI::List - Easily generate HTML Lists From a DataBase River stage zero No dependents

ROMDAV/CGI-List-0.05 - 14 Aug 2008 15:21:48 UTC

CGI::Ajax - a perl-specific system for writing Asynchronous web applications River stage one • 2 direct dependents • 2 total dependents

CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript- enhanced HTML pages. CGI::Ajax unburdens the user from having to write extensive javascript, except for associating an exporte...

BPEDERSE/CGI-Ajax-0.707 - 08 Oct 2008 18:16:25 UTC

CGI::Lazy River stage zero No dependents

CGI::Lazy was designed to simply abstract some of the more common cgi scripting tasks because the author finally got sick of writing the same code by hand for every new site or client that comes along. It is my attempt to extend the wonderful CGI.pm ...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

CGI::Path - module to aid in traversing one or more paths River stage zero No dependents

EARL/CGI-Path-1.12 - 21 Nov 2004 00:02:24 UTC

CGI::Mungo - Very simple CGI web framework River stage zero No dependents

All action subs are passed a CGI::Mungo object as the only parameter, from this you should be able to reach everything you need....

DUMB/CGI-Mungo-1.9 - 07 Jan 2014 18:47:25 UTC

CGI::Snapp - An almost back-compat fork of CGI::Application River stage one • 6 direct dependents • 8 total dependents

A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...

RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC
73 results (0.046 seconds)