debian man page for cgi::simple::util

Query: cgi::simple::util

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CGI::Simple::Util(3pm)					User Contributed Perl Documentation				    CGI::Simple::Util(3pm)

NAME
CGI::Simple::Util - Internal utilities used by CGI::Simple module
SYNOPSIS
$escaped = escapeHTML('In HTML you need to escape < > " and & chars'); $unescaped = unescapeHTML('&lt;&gt;&quot;&amp;'); $url_encoded = escape($string); $decoded = unescape($url_encoded);
DESCRIPTION
CGI::Simple::Util contains essentially non public subroutines used by CGI::Simple. There are HTML and URL escape and unescape routines that may be of some use. An internal object is used to store a number of system specific details to enable the escape routines to be accurate.
AUTHOR INFORMATION
Original version copyright 1995-1998, Lincoln D. Stein. All rights reserved. Originally copyright 2001 Dr James Freeman <jfreeman@tassie.net.au> This release by Andy Armstrong <andy@hexten.net> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Address bug reports and comments to: andy@hexten.net
SEE ALSO
CGI::Simple perl v5.14.2 2012-01-31 CGI::Simple::Util(3pm)
Related Man Pages
appconfig::cgi(3) - centos
cgi::application::plugin::authentication::driver::authen::simple(3pm) - debian
cgi::application::plugin::dbiprofile::graph::svgtt(3pm) - debian
http::server::simple::cgi(3pm) - debian
plack::handler::cgi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
One instance of comparing grep and awk
My first PERL incarnation... Audio Oscillograph