|
This perl module provides an
CfgFile is a class for
The cgi-lib.pl library makes
This library includes many
Active Server Pages port to
supporting the loading of a
CGI scripting in Perl easy
useful routines: ReadParse
the Apache Web Server with
configuration file.
enough for anyone to process
which gets all form
perl as the host scripting
forms and create dynamic Web
parameters and writes them
language. This module works
content. The library
into a field variable,
under the Apache Web Server
features: Extremely simple
PrintHeader which prints the
with the mod_perl module
to learn and easy to use,
Content-type text/html,
enabled. This is a portable
Designed for operation under
HtmlTop(title, background,
solution, similar to
Perl5 and Perl4, Very
kopf) that simply prints a
ActiveState's PerlScript for
efficient, Compatibility
head of a HTML document,
NT/IIS ASP. Work has been
with all CGI interactions,
HtmlBot(title) that prints
done and will continue to
including File Upload,
the bottom of a HTML
make ports to and from this
Convenient utility
document, SplitParam that
implementation as smooth as
functions, Compatible with
splits a list, CgiError
possible. Features include:
Perl5 security features such
which prints out error
Natural and Powerful
as taint, warnings, (command
messages, Check_Name which
Scripting SYNTAX, Rich
line options -Tw) and use
checks if a username
OBJECTS Developer API, Web
strict, Debugging
contains dangerous signs for
Application EVENTS Model,
facilities, Good starting
filenames, Get_Seconds that
Modular SSI Decomposition,
point for migration to more
returns the number of
Code Sharing, User SESSIONS,
sophisticated libraries, etc.
seconds, lock(filehandle)
NFS Web Cluster Friendly,
that implements a locking
XML/XSLT Rendering &
function, unlock(filehandle)
Custom Tag Technology, CGI
that implements a unlocking
Compatibility, and
function, and more.
PERLSCRIPT Compatibility.
Date: Aug, 02 2000 Date: Sep, 14 1999 Date: Jul, 26 1999 Date: Jul, 29 1999 |
|
This perl 5 library uses
CGI::Minimal provides a
Class::ParmList is a general
Class:NamedParms provides key
objects to create Web
lightweight alternative to
named parameter list parser.
name checking for named
fill-out forms on the fly
the CGI.pm module shipped
It handles default values,
accessor parameters. This
and to parse their contents.
with Perl. It is
required vs allowed
allows the use of a generic
It provides a simple
approximately 1/6th the size
distinctions, optional name
'get/set' type parameterized
interface for parsing and
of CGI.pm but provides
lexical checking, multiple
accessor while automatically
interpreting query
strings
largely compatible access to
retrieval, and error
catching accidental
passed to CGI scripts.
form decoding and a small
reporting. It also works
mis-spellings and usage of
However, it also offers a
number of other tasks
well as a complement to
uninitialized parameters.
rich set of functions for
essential to writing CGI
Class::NamedParms.
This catches a large class
creating fill-out forms.
scripts in Perl. Designed
of programming errors
Instead of remembering the
for people who are
without requiring a new
syntax for HTML form
comfortable working closely
accessor for every object
elements, you just make a
with the HTTP protocal and
parameter.
series of perl function
writing HTML directly.
calls. An important fringe
Supports file uploading as
benefit of this is that the
just another transparently
value of the previous query
decoded form field.
is used to initialize the
form, so that the state of
the form is preserved from
invocation to invocation.
Everything is done through a
CGI'' object. When you
create one of these objects
it examines the environment
for a query string, parses
it, and stores the results.
Date: Jul, 20 1999 Date: Sep, 16 1999 Date: Sep, 16 1999 Date: Sep, 16 1999 |