-
-
11 Jan 2022 15:16:20 UTC
- Distribution: CGI-Simple
- Module version: 1.280
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (18)
- Testers (1168 / 0 / 0)
- Kwalitee
Bus factor: 2- 78.65% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (84.69KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Why not adopt me?
This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email.NAME
CGI::Simple::Util - Internal utilities used by CGI::Simple module
SYNOPSIS
$escaped = escapeHTML('In HTML you need to escape < > " and & chars'); $unescaped = unescapeHTML('<>"&'); $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
Module Install Instructions
To install CGI::Simple, copy and paste the appropriate command in to your terminal.
cpanm CGI::Simple
perl -MCPAN -e shell install CGI::Simple
For more information on module installation, please visit the detailed CPAN module installation guide.