Thank you for downloading Apache2::ASP::Server 1.15.
Please choose a download mirror from the list below to start your free download:
| Download Mirror 1 |
Apache2::ASP::Server 1.15 description
The global $Server object is used in ASP programming for utility tasks such as string sanitation, finding files, sending email and registering subroutines to be performed asynchronously.
URLEncode( $str )
Returns a URL-Encoded version of the string provided.
For example, "test@test.com" becomes "test%40test.com" with URLEncode().
HTMLEncode( $str )
Returns an HTML-Encoded version of the string provided.
For example, "< b>Hello< /b>" becomes "<b>Hello</b>" with HTMLEncode().
HTMLDecode( $str )
Returns an HTML-Decoded version of the string provided.
For example, "<b>Hello</b>" becomes "Hello" with HTMLDecode().
MapPath( $path )
Given a relative path MapPath() returns the absolute path to the file on disk.
For example, /index.asp might return /usr/local/dstack/www/index.asp.
Mail( %args )
A wrapper around the sendmail() function from Mail::Sendmail.
RegisterCleanup( $sub )
A wrapper around the function cleanup_register( $sub ) function provided by mod_perl2.
Pass in a subref that should be executed after the current request has completed.
For example:
< %
$Server->RegisterCleanup(sub { do_something_later() });
# Do more stuff here:
$Response->Write("Hello!");
% >
Apache2::ASP::Server 1.15 Free Download Copyright
New Software in Libraries
Text::MetaMarkup::HTML is a MM-to-HTML converter.
Text::Ngrams is a flexible Ngram analysis (for characters, words, and more).
bibteXML provides an XML equivalent of BibTeX.
Text::PromptBalanced aid in creating CLI prompts that keep track of balanced text.
Text::Refer can parse Unix "refer" files.
GluCat is a generic library of universal Clifford algebra templates.
License: LGPL (GNU Lesser General Public License)
Filesize: 1.4 MB
Date added: 2007-08-22
Text::Reform is a Perl module for manual text wrapping and reformatting.
Text::Scraper contains structured data from (un)structured text.
DutchPIPE is software that enables multi user, object oriented, persistent state web sites.
Text::Template::Inline allows easy formatting of hierarchical data.