|
This is an experimental Perl
This library includes many
POE is an award winning Perl
Embperl gives you the power
module that allows you to
useful routines: ReadParse
framework for networking and
to embed Perl code in your
use lists as the keys for
which gets all form
multitasking. It has been
HTML documents. Using Perl
multi-level hashes.
parameters and writes them
used in mission critical
means being able to use a
Excellent for parse tree
into a field variable,
systems in a wide range of
very elaborate programming
generation and other similar
PrintHeader which prints the
fields including finance,
language, which is widely
tasks where you need to
Content-type text/html,
entertainment, e-commerce,
used for WWW purposes. You
create very deep trees or
HtmlTop(title, background,
content management, system
can also use hundreds of
the tree depth is not known
kopf) that simply prints a
administration, and software
Perl modules which have
in advance. A real
head of a HTML document,
development. POE has been
already been written -
performance win on very deep
HtmlBot(title) that prints
used in applications as
including DBI - for database
trees over 'walking the
the bottom of a HTML
intense as distributed file
access to a growing number
tree' starting from the root
document, SplitParam that
systems and as lighthearted
of database systems. While
node.
splits a list, CgiError
as IRC robots.
this could also be done with
which prints out error
other packages, Embperl has
messages, Check_Name which
several features especially
checks if a username
for HTML: dynamic tables,
contains dangerous signs for
formfield-processing,
filenames, Get_Seconds that
escaping/unescaping and
returns the number of
more. Embperl is a
seconds, lock(filehandle)
server-side tool, which
that implements a locking
means it's
function, unlock(filehandle)
browser-indpendent. It can
that implements a unlocking
run in various ways: Under
function, and more.
mod_perl, as a cgi script,
or offline.
Date: Sep, 16 1999 Date: Jul, 29 1999 Date: Apr, 19 2005 Date: Jan, 12 2000 |
|
Provide locking/mutex
Search::InvertedIndex is A
This perl 5 library uses
This module attempts make
mechanism under UNIX (using
general purpose inverted
objects to create Web
using HTML templates simple
files) and Win32 (using
indexing system suitable for
fill-out forms on the fly
and natural. It
extends
Win32::Mutex). Creates file
medium scale searching. By
and to parse their contents.
standard HTML with a few new
or mutex if it does not
mapping 'keys' to 'indexes'
It provides a simple
HTML-esque tags. The file
already exist. Allows timed
it provides ultra-fast look
interface for parsing and
written with HTML and these
waiting specification.
ups of all 'indexes'
interpreting query
strings
new tags is called a
Destruction of FMutex object
containing specific 'keys'.
passed to CGI scripts.
template. It is usually
automatically releases lock.
This produces highly
However, it also offers a
saved separate from your
scalable behavior where
rich set of functions for
script - possibly even
thousands, or even millions
creating fill-out forms.
created by someone else.
of records can be searched
Instead of remembering the
Using this module you fill
extremely quickly.
syntax for HTML form
in the values for the
elements, you just make a
variables, loops and
series of perl function
branches declared in the
calls. An important fringe
template. This allows you to
benefit of this is that the
seperate design - the HTML -
value of the previous query
from the data, which you
is used to initialize the
generate in the Perl script.
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: Dec, 05 1999 Date: Sep, 16 1999 Date: Jul, 20 1999 Date: Jan, 10 2000 |