Search results for "module:CGI::Log"

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::AppBuilder::Log - Gather and write log entries for CGI applications River stage zero No dependents

The package contains the methods for gathering and creating log file. new (ifn => 'file.cfg', opt => 'hvS:') This is a inherited method from CGI::AppBuilder. See the same method in CGI::AppBuilder for more details....

GEOTIGER/CGI-AppBuilder-Log-0.01 - 17 Feb 2016 02:50:08 UTC

lib/CGI/Mungo/Log.pm River stage zero No dependents

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

CGI::CurlLog - Log CGI parameters as curl commands River stage zero No dependents

This module can be used to log CGI parameters as curl commands so you can redo requests to CGI scripts on your server. Just include a statement "use CGI::CurlLog;" to the top of your CGI script and then check the log file for curl commands. The defau...

JACOBG/CGI-CurlLog-0.03 - 23 May 2018 21:20:56 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::Application::Plugin::DevPopup::Log - show all data written to an IO::Scalar handle. River stage one • 4 direct dependents • 5 total dependents

CGI::Application::Plugin::DevPopup::Log will create a "Log" section in the DevPopup output. All data written to the filehandle returned by "$this->devpopup_log_handle" will be output. CGI::Application::Plugin::LogDispatch is very handy for this, but ...

RHESA/CGI-Application-Plugin-DevPopup-1.08 - 18 Jan 2013 12:31:00 UTC

CGI::Builder::LogDispatch - integrated logging system for CGI::Builder River stage zero No dependents

The module should do what you want with no prodding. Just include it and start using the logger property to log things. If you are using Apache::CGI::Builder and Apache::Log, it will automatically use Apache's native log mechanism. Otherwise it print...

VESELOSKY/CGI-Builder-LogDispatch-0.1 - 30 Jul 2005 23:25:50 UTC

CGI::Application::Plugin::LogDispatch - Add Log::Dispatch support to CGI::Application River stage one • 4 direct dependents • 6 total dependents

CGI::Application::Plugin::LogDispatch adds logging support to your CGI::Application modules by providing a Log::Dispatch dispatcher object that is accessible from anywhere in the application. If you have CGI::Application::Plugin::DevPopup installed, ...

CEESHEK/CGI-Application-Plugin-LogDispatch-1.02 - 03 Mar 2008 13:45:43 UTC

lib/CGI/Application/Demo/Basic/Util/LogDispatchDBI.pm River stage zero No dependents

RSAVAGE/CGI-Application-Demo-Basic-1.06 - 25 Apr 2010 03:03:46 UTC

CGI::Carp - CGI routines for writing to the HTTPD (or other) error log River stage four • 286 direct dependents • 1216 total dependents

CGI scripts have a nasty habit of leaving warning messages in the error logs that are neither time stamped nor fully identified. Tracking down the script that caused the error is a pain. This fixes that. Replace the usual use Carp; with use CGI::Carp...

LEEJO/CGI-4.57 - 02 May 2023 13:16:01 UTC

CGI::Out - buffer output when building CGI programs River stage zero No dependents

This is a helper routine for building CGI programs. It buffers stdout until you're completed building your output. If you should get an error before you are finished, then it will display a nice error message (in HTML), log the error, and send email ...

MUIR/CGI-Out-2006.0215 - 16 Feb 2006 16:12:00 UTC

CGI::IDS - PerlIDS - Perl Website Intrusion Detection System (XSS, CSRF, SQLI, LFI etc.) River stage one • 1 direct dependent • 1 total dependent

PerlIDS (CGI::IDS) is a website intrusion detection system based on PHPIDS <https://phpids.org/> to detect possible attacks in website requests, e.g. Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), SQL Injections (SQLI) etc. It parses ...

HINNERK/CGI-IDS-1.0217 - 27 May 2014 12:16:39 UTC

CGI::Wrap - buffer output when building CGI programs River stage zero No dependents

This is a helper routine for building CGI programs. It buffers stdout until you're completed building your output. If you should get an error before you are finished, then it will display a nice error message (in HTML), log the error, and send email ...

MUIR/CGI-Out-2006.0215 - 16 Feb 2006 16:12:00 UTC

CGI::Info - Information about the CGI environment River stage one • 4 direct dependents • 6 total dependents

NHORNE/CGI-Info-0.77 - 15 Aug 2023 20:52:37 UTC

CGI::Auth - Simple session-based password authentication for CGI applications River stage one • 1 direct dependent • 1 total dependent

"CGI::Auth" provides password authentication for web-based applications. It uses server-based session files which are referred to by a parameter in all links and forms inside the scripts guarded by "CGI::Auth". At the beginning of each script, a "CGI...

CCWALLACE/CGI-Auth-3.00 - 28 Jan 2004 19:26:25 UTC

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::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

CGI::Alert - report CGI script errors to maintainer River stage zero No dependents

CGI::Alert will inform you by email of warnings and errors (from die or from exiting with nonzero status). If the script terminates normally (exit status 0), and no warnings were issued by the script or by Perl, CGI::Alert is a no-op. It just consume...

ESM/CGI-Alert-2.09 - 02 Oct 2014 13:36:40 UTC

CGI::Lingua - Create a multilingual web page River stage one • 4 direct dependents • 4 total dependents

NHORNE/CGI-Lingua-0.65 - 23 May 2023 14:51:45 UTC

CGI::Buffer - Verify, Cache and Optimise CGI Output River stage zero No dependents

NHORNE/CGI-Buffer-0.84 - 26 Aug 2023 21:18:49 UTC
74 results (0.032 seconds)