PerlSP
|
PerlSP lets you use Perl like PHP, ASP and other HTML embedded languages. It does not only allow you to embed Perl in your HTML pages, but also extends the language with many built in functions that are repeatedly used in web applications like database functions, emails, attatchments, file uploads, syntax highlighting, sessions, template like scalar interpolation, time formatting, and many more. Your HTML files with embedded Perl code don't need #!/usr/bin/perl anymore, no CHMOD 755, no ASCII mode transfer to the server, no content-type printing, and no limitation to the cgi-bin. PerlSP can also be run under mod_perl but it is optimized for normal CGI so it can be used on dedicated and virtual servers with a good performance. You only need htaccess files on your server (Apache) so your scripts can be redirected to PerlSP.
Most scripts are free or open source. But some have the full source code available for download yet itīs required to have permission to use them and most often the price will be listed. If there is a script license e.g. GNU or GPL then it will also be listed. |
cgi-library.pl
This library includes many useful routines: ReadParse which gets all...
PrintAnything.pl
This is a useful Perl library when debugging Perl 5 scripts that make...
Lingua::Stem
Lingua::Stem takes lists of words an (as determined by the locale)...
mif.pl
mif.pl is a Perl library to parse Frame Maker Interchange Format...
OSUtil
OSUtil is a module to help Perl programs run on mulitple...
CfgFile
CfgFile is a class for supporting the loading of a configuration...
Search::InvertedIndex
Search::InvertedIndex is A general purpose inverted indexing system...
Class::ParmList
Class::ParmList is a general named parameter list parser. It handles... |
