|
| SCRIPTS |
| |
Livrarias e Módulos
|
|
| CGI.pm
- a Perl5 CGI Library » |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
Lincoln Stein states, "This perl 5 library
uses objects to create Web fill-out forms on the fly and to
parse their contents. It is similar to cgi-lib.pl in some respects.
It provides a simple interface for parsing and interpreting
query strings passed to CGI scripts. However, it also offers
a rich set of functions for creating fill-out forms. Instead
of remembering the syntax for HTML form elements, you just make
a series of perl function calls. An important fringe benefit
of this is that the value of the previous query 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. You can then ask
the CGI object to return or modify the query values. CGI objects
handle POST and GET methods correctly, and correctly distinguish
between scripts called from <ISINDEX> documents and form-based
documents. In fact you can debug your script from the command
line without worrying about setting up environment variables
." |
| |
|
 |
 |
| Dave's
DB Manager Library » |
 |
| |
|
|
Plataforma: Unix |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| This database management library, written in
Perl, is designed to add, remove, retrieve, and count records
in a multiple flat-file database system with simple subroutine
calls. |
| |
|
 |
|
The cgi-lib.pl Home Page » |
 |
| |
|
|
Plataforma: não disp. |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| Steven E. Brenner states, "The cgi-lib.pl
library has become the de facto standard library for creating
Common Gateway Interface (CGI) scripts in the Perl language.
The cgi-lib.pl library makes CGI scripting in Perl easy enough
for anyone to process forms and create dynamic Web content.
Version 2.10 is the latest released version of cgi-lib.pl. New
features in version 2 include support for file upload, improved
robustness, and aids for debugging. |
| |
|
 |
 |
| |
|
|
Plataforma: não disp. |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| A few perl subroutines that can help you handle
forms, including ways of getting POST or GET arguments or retrieve
information from the PATH. |
| |
|
 |
 |
| |
|
|
Plataforma: não disp. |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| Provides a single function show_form() which
displays a form with fields of your choice; will call your validation
code (if you provide any) and handles the user interface for
you -- all you really have to do is give it a subroutine to
call once it has acquired valid data. Works under CGI and mod_perl;
requires CGI.pm. |
| |
|
 |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: $150 |
| |
|
|
| lib-com.pl is a simple library you can include
with your CGI to save from having to add those same GET/POST
lines of code. It also transforms some of the environment variables
to easy to remember variables. |
| |
|
 |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: não disp. |
| |
|
|
| LibWeb is a toolkit for building community
web-based applications from scratch quickly. Features includel:
session management, database-independent API with MySQL support,
template-driven, dynamic HTML generation, themes, and more. |
| |
|
 |
 |
| |
|
|
Plataforma: Unix |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| SSCookie.pm allows you to store state/session
information on the server (Server Side Cookies). Any platform
that supports MLDBM.pm can support SSCookie.pm. |
| |
|
 |
 |
| |
|
|
Plataforma: Unix |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| Parsing routine that removes HTML and most
attempts to access a server through hacking form input fields,
particularly those going to pages with SSI's. Also sends e-mail
warning to page administrator for each attempt to hack the server
along with all info from the %ENV array. |
| |
|
 |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| A module that makes writing HTTP File Uploading
scripts easier. Installation and demonstration are included
in the package compressed file. |
| |
|
 |
 |
| |
|
|
Plataforma: Unix |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| Extremely flexible, general-purpose CGI script
that uses a number of modules to accomplish almost anything.
From the same form it is possible to direct different input
variables to different files which are created according to
user-defined format files. There is also an on-line form creation
utility for the non-programmer. |
| |
|
 |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| A free Perl lib that help you: generates HTTP
headers; parsing email format; find dangerous meta-characters
and know the browsers that visit your page. |
| |
|
 |
 |
| |
|
|
Plataforma: Unix |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| PerlStore is a Perl library for web form processing,
editing, viewing form contents. |
| |
|
 |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| A collection of some of the most common perl
routines every perl programmer writes at one point. For example,
a generic subroutine to parse form information, beginning, and
ending a web page. All is free, and only needs a simple "require"
statement within your code to work. |
| |
|
 |
 |
| |
|
|
Plataforma: Unix |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| A script full of useful subroutines that handle
things from opening a file and sending email to complete cookies
functionality. |
| |
|
 |
 |
| |
|
|
Plataforma: não disp. |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| Validates email addresses. It discourages timewasters
from filling in your forms and greatly reduces the number of
bounces you have to deal with. |
| |
|
 |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| A small but useful set of subroutines for generating
HTML objects on the fly. It also offers remote fetching capability
of webpages and files into the host server. |
| |
|
 |
 |
| |
|
|
Plataforma: não disp. |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| "libwww-perl is a library of Perl4 packages
which provides a simple and consistent programming interface
to the World-Wide Web. This library is being developed as a
collaborative effort to assist the further development of useful
WWW clients and tools. The library is based on version 4.036
of the Perl Programming Language." |
| |
|
 |
|
USTCP cgiSuite Feedback Form Module » |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: não disp. |
| |
|
|
| Part of a Suite of CGI applications with integrated
web-based administration. Includes nearly every feature one
could wish for in a feedback handler. Easy to install, easy
to manage, easy to use. |
| |
|
 |
 |
| |
|
|
Plataforma: Várias |
Class.: não disp. |
Preço: Gratuito |
| |
|
|
| An Object Oriented Perl library that allows
you to create web interfaces and maintain flatfiles with little
coding. Create forms with just one line of code, reuse html
objects, access and manipulate files with nearly database like
file access utilities. |
| |
|
 |
|
|