Main > Free Download Search >

Free apache2 software for linux

apache2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 53
Apache2::ASP 1.15

Apache2::ASP 1.15


Apache2::ASP was developed in an attempt to address some of the problems associated with web application development in Perl. more>>
Apache2::ASP was developed in an attempt to address some of the problems associated with web application development in Perl.
Main features:
- Easy to install and get going.
- Requires only a small number of dependencies, each of which install automatically.
- Offers some structure without enforcing undue rigidity.
- Scales out instantly across multiple servers without requiring front-end proxies.
<<less
Download (0.060MB)
Added: 2007-07-11 License: Perl Artistic License Price:
842 downloads
Apache2::Pod 0.24

Apache2::Pod 0.24


Apache2::Pod is a Perl base class for converting Pod files to prettier forms. more>>
Apache2::Pod is a Perl base class for converting Pod files to prettier forms.

SYNOPSIS

The Apache2::Pod::* are mod_perl handlers to easily convert Pod to HTML or other forms. You can also emulate perldoc.

FUNCTIONS

No functions are exported. I dont want to dink around with Exporter in mod_perl if I dont need to.

getpodfile( $r )

Returns the filename requested off of the $r request object, or what Perldoc would find, based on Pod::Find.

resolve_modname( $r )

Returns a module name based on $r->path_info.

getpodfuncdoc( $file, $function_name )

Given the full filepath of the perlfunc pod file and a function name, returns the section of that pod document pertaining to the function. If the function is not found, returns a pod document phrase stating so.

<<less
Download (0.006MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
Apache2::Ajax 0.1

Apache2::Ajax 0.1


Apache2::Ajax is a mod_perl interface to CGI::Ajax. more>>
Apache2::Ajax is a mod_perl interface to CGI::Ajax.

SYNOPSIS

######################################################
# in httpd.conf
PerlLoadModule Apache2::MyAjaxApp
< Location /ajax >
SetHandler perl-script
PerlResponseHandler Apache2::MyAjaxApp
PJX_fn js_function_name perl_function_name
PJX_html Show_Form_sub
PJX_JSDEBUG 2
PJX_DEBUG 1
< /Location >
######################################################

######################################################
# module file Apache2/MyAjaxApp.pm
package Apache2::MyAjaxApp
use Apache2::Ajax;
# use whatever else

sub perl_function_name {
my @params = @_;
# do whatever
return $return_value;
}

sub Show_Form_sub {
my $html = ;
# construct html string
return $html;
}

sub handler {
my $r = shift;
# do stuff
my $ajax = Apache2::Ajax->new($r);
$r->print($ajax->build_html());
return Apache2::Const::OK;
}
1;
##################################################

This module is a mod_perl2 interface to CGI::Ajax, which provides a mechanism for using perl code asynchronously from javascript-enhanced HTML pages.

As well as mod_perl2, this package requires CGI::Ajax, as well as a CGI.pm-compatible CGI module for supplying the param() and header() methods. If available, CGI::Apache2::Wrapper will be used, which is a minimal module that uses methods of mod_perl2 and Apache2::Request to provide these methods; if this is not available, CGI (version 2.93 or greater) will be used.

Setting things up can be illustrated by the following example of CGI::Ajax, which contains a more thorough discussion, as well as a number of illustrative example scripts.

<<less
Download (0.010MB)
Added: 2007-03-19 License: Perl Artistic License Price:
951 downloads
Apache2::SiteMap 0.1

Apache2::SiteMap 0.1


Apache2::SiteMap is a Perl module that can dynamically create Google SiteMap files. more>>
Apache2::SiteMap is a Perl module that can dynamically create Google SiteMap files.

SYNOPSIS

Create a Google SiteMap much like a mod_dir listing.
< Location "/sitemap.xml" >
SetHandler modperl
PerlHandler Apache2::SiteMap
PerlSetVar SiteMapBase http://host/
PerlSetVar SiteMapDir /path/to/dir
< /Location >

< Location "/music/sitemap.xml" >
SetHandler modperl
PerlHandler Apache2::SiteMap
PerlSetVar SiteMapBase http://host/archives/
PerlSetVar SiteMapDir /path/to/archives/dir
< /Location >

<<less
Download (0.004MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1065 downloads
Apache2::ModBT 0.018

Apache2::ModBT 0.018


Apache2::ModBT is a mod_perl interface to mod_bt. more>>
Apache2::ModBT is a mod_perl interface to mod_bt.

SYNOPSIS

use Apache2::ModBT;

sub handler
{
my $r = shift;
my $tracker = $r->server->ModBT_Tracker();
print $tracker->num_peers, "n";
foreach my $i ($tracker->Infohashes())
{
...
}
}

This is a pole for perl.

The Apache2::ModBT module adds a method onto the Apache::Server object which returns the LibBTT Tracker object for the current mod_bt process. When manipulating a mod_bt tracker from within Apache2, you should use this method instead of calling Net::BitTorrent::LibBTT->new().
$r->server->ModBT_Tracker()

Returns a tracker object that corresponds to the mod_bt tracker instance running on the current apache process. If the tracker is not enabled ("Tracker On" is not set in httpd.conf), this will return undef.

<<less
Download (0.012MB)
Added: 2007-03-20 License: Perl Artistic License Price:
949 downloads
Apache2::JSONRPC 0.03

Apache2::JSONRPC 0.03


Apache2::JSONRPC is a mod_perl handler for JSONRPC. more>>
Apache2::JSONRPC is a mod_perl handler for JSONRPC.

SYNOPSIS

< Location /json-rpc >
SetHandler perl-script
PerlOptions +GlobalRequest
PerlResponseHandler Apache2::JSONRPC->handler
JSONRPC_Class CGI::JSONRPC::Dispatcher
< /Location >

Apache2::JSONRPC is a subclass of CGI::JSONRPC that provides some extra bells and whistles in a mod_perl2 environment.
Currently, the main feature is the "JSONRPC_Class" apache2 config directive, which allows you to define what class to use for invoking JSONRPC methods. The default is the same as CGI::JSONRPC uses, CGI::JSONRPC::Dispatcher.

<<less
Download (0.012MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
Apache2::ClickPath 1.900

Apache2::ClickPath 1.900


Apache2::ClickPath is an Apache WEB Server User Tracking. more>>
Apache2::ClickPath is an Apache WEB Server User Tracking.

SYNOPSIS

LoadModule perl_module ".../mod_perl.so"
PerlLoadModule Apache2::ClickPath
< ClickPathUAExceptions >
Google Googlebot
MSN msnbot
Mirago HeinrichderMiragoRobot
Yahoo Yahoo-MMCrawler
Seekbot Seekbot
Picsearch psbot
Globalspec Ocelli
Naver NaverBot
Turnitin TurnitinBot
dir.com Pompos
search.ch search.ch
IBM http://www.almaden.ibm.com/cs/crawler/
< /ClickPathUAExceptions >
ClickPathSessionPrefix "-S:"
ClickPathMaxSessionAge 18000
PerlTransHandler Apache2::ClickPath
PerlOutputFilterHandler Apache2::ClickPath::OutputFilter
LogFormat "%h %l %u %t "%m %U%q %H" %>s %b "%{Referer}i" "%{User-agent}i" "%{SESSION}e""

ABSTRACT

Apache2::ClickPath can be used to track user activity on your web server and gather click streams. Unlike mod_usertrack it does not use a cookie. Instead the session identifier is transferred as the first part on an URI.
Furthermore, in conjunction with a load balancer it can be used to direct all requests belonging to a session to the same server.

Apache2::ClickPath adds a PerlTransHandler and an output filter to Apaches request cycle. The transhandler inspects the requested URI to decide if an existing session is used or a new one has to be created.

<<less
Download (0.041MB)
Added: 2006-11-28 License: Perl Artistic License Price:
1060 downloads
Apache2::PageKit 2.14_14

Apache2::PageKit 2.14_14


Apache2::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. more>>
Apache2::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template.

SYNOPSIS

In httpd.conf
SetHandler perl-script
PerlSetVar PKIT_ROOT /path/to/pagekit/files
PerlSetVar PKIT_SERVER staging

PerlHandler +Apache2::PageKit

Apache2::PageKit->startup(/path/to/pagekit/files, staging);

In MyPageKit/Common.pm
package MyPageKit::Common;

use base Apache2::PageKit::Model;

sub pkit_dbi_connect {
return DBI->connect("DBI:mysql:db","user","passwd");
}

sub pkit_session_setup {
my $model = shift;
my $dbh = $model->dbh;
return {
session_lock_class => MySQL,
session_store_class => MySQL,
session_args => {
Handle => $dbh,
LockHandle => $dbh,
},
};
}

sub pkit_auth_credential {
my ($model) = @_;

# in this example, login and passwd are the names of the credential fields
my $login = $model->input(login);
my $passwd = $model->input(passwd);

# create a session key
# your code here.........

return $ses_key;
}

sub pkit_auth_session_key {
my ($model, $ses_key) = @_;

# check whether $ses_key is valid, if so return user id in $user_id
# your code here.........

return $ok ? $user_id : undef;
}

PageKit is an mod_perl based application framework that uses HTML::Template and XML to separate code, design, and content. Includes session management, authentication, form validation, co-branding, and a content management system.

Its goal is to solve all the common problems of web programming, and to make the creation and maintenance of dynamic web sites fast, easy and enjoyable.
You have to write a module named MyPageKit::Common that inherits from Apache2::PageKit::Model and provides methods common across the site. For example, if you wish to support authentication, it must include the two methods pkit_auth_credential and pkit_auth_session_key.

<<less
Download (0.12MB)
Added: 2007-06-21 License: Perl Artistic License Price:
855 downloads
Apache2::AuthenNTLM 0.02

Apache2::AuthenNTLM 0.02


Apache2::AuthenNTLM is a Perl module to perform Microsoft NTLM and Basic User Authentication. more>>
Apache2::AuthenNTLM is a Perl module to perform Microsoft NTLM and Basic User Authentication.

SYNOPSIS

< Location / >
PerlAuthenHandler Apache2::AuthenNTLM
AuthType ntlm,basic
AuthName test
require valid-user

# domain pdc bdc
PerlAddVar ntdomain "name_domain1 name_of_pdc1"
PerlAddVar ntdomain "other_domain pdc_for_domain bdc_for_domain"

PerlSetVar defaultdomain wingr1
PerlSetVar splitdomainprefix 1
PerlSetVar ntlmdebug 1
< /Location >

The purpose of this module is to perform a user authentication via Microsofts NTLM protocol. This protocol is supported by all versions of the Internet Explorer and is mainly useful for intranets. Depending on your preferences setting IE will supply your windows logon credentials to the web server when the server asks for NTLM authentication. This saves the user to type in his/her password again.

The NTLM protocol performs a challenge/response to exchange a random number (nonce) and get back a md4 hash, which is built from the users password and the nonce. This makes sure that no password goes over the wire in plain text.

The main advantage of the Perl implementation is, that it can be easily extended to verify the user/password against other sources than a windows domain controller. The defaultf implementation is to go to the domain controller for the given domain and verify the user. If you want to verify the user against another source, you can inherit from Apache2::AuthenNTLM and override its methods.

To support users that arent using Internet Explorer, Apache2::AuthenNTLM can also perform basic authentication depending on its configuration.

IMPORTANT: NTLM authentification works only when KeepAlive is on. (If you have set ntlmdebug 2, and see that there is no return message (type 3), check your httpd.conf file for "KeepAlive Off". If KeepAlive Off, then change it to KeepAlive On, restart Apache, and test again).

<<less
Download (0.050MB)
Added: 2007-03-19 License: Perl Artistic License Price:
955 downloads
Apache2::AuthenMSAD 0.02

Apache2::AuthenMSAD 0.02


Apache2::AuthenMSAD is a Perl module with Microsoft Active Directory authentication for Apache. more>>
Apache2::AuthenMSAD is a Perl module with Microsoft Active Directory authentication for Apache.

SYNOPSIS

< Directory /foo/bar >
# Authentication Realm and Type (only Basic supported)

AuthName "Microsoft Active Directory Authentication"
AuthType Basic

# Authentication method/handler

PerlAuthenHandler Apache2::AuthenMSAD

# The Microsoft Active Directory Domain Name must be set
# The Active Directory Server Name will default to the domain.

PerlSetVar MSADDomain ads.foo.com
PerlSetVar MSADServer dc.ads.foo.com

# Require lines can be any of the following -- any user, one of a list

require valid-user
require user joe mary tom
< /Directory >

These directives can also be used in a .htaccess file.

This perl module is designed to work with mod_perl2 and Net::LDAP. It will authenticate users in a Windows 2000 or later Microsoft Active Directory -- hence the acronym MSAD. Configuration parameters give the DNS name used for the cluster of Microsoft Domain Controllers and the Microsoft Domain name used within the Active Directory.

This relies on a surprising feature first brought to our attention by Yvan Rodrigues here at the University of Waterloo. You can authenticate with a Distinguished Name like "reggers@ads.foo.com" (ie. the userPrincipalName in the Active Directory) and you dont need to resort to the X509 Distinguished Name. Most LDAP authentication methods require a guest account where you can login to find the users Distinguished Name and then login again as that name. Active Directory has this extra feature which makes life much simpler.

At our site the domain mentioned in the userPrincipalName is "ads.uwaterloo.ca" -- that is also the name we use for our collection of Domain Controllers. You might not implement that convention. If you do the MSADServer parameter is optional -- it defaults to the MSADDomain.This version is patched to use mod_per2 (>=2.0x) and apache2. It was tested in an production environment to work perfectly.

<<less
Download (0.004MB)
Added: 2007-03-19 License: Perl Artistic License Price:
949 downloads
Apache2::DebugFilter 0.02

Apache2::DebugFilter 0.02


Apache2::DebugFilter is a Perl module to debug mod_perl and native Apache2 filters. more>>
Apache2::DebugFilter is a Perl module to debug mod_perl and native Apache2 filters.

Synopsis

# httpd.conf
# ----------
PerlModule Apache2::DebugFilter
# Connection snooping (everything)
PerlInputFilterHandler Apache2::DebugFilter::snoop_connection
PerlOutputFilterHandler Apache2::DebugFilter::snoop_connection

# HTTP Request snooping (only HTTP request body)
< Location /foo >
PerlInputFilterHandler Apache2::DebugFilter::snoop_request
PerlOutputFilterHandler Apache2::DebugFilter::snoop_request
< /Location >

# in handlers
#------------
use Apache2::DebugFilter;
# convert bb to an array of bucket_type => data pairs
my $ra_data = Apache2::DebugFilter::bb_dump($bb);
while (my($btype, $data) = splice @data, 0, 2) {
print "$btype => $datan";
}

# dump pretty formatted bbs content to a filehandle of your choice
bb_dump($bb, *STDERR);

Filter Handlers

snoop_connection()

The snoop_connection() filter handler snoops on request and response data flow. For example if the HTTP protocol request is filtered itll show both the headers and the body of the request and response.

Notice that in order to see requests input body, the response handler must consume it.

The same handler is used for input and output filtering. It internally figures out what kind of stream its working on.
To configure the input snooper, add to the top level server or virtual host configuration in httpd.conf:

PerlInputFilterHandler Apache2::DebugFilter::snoop_connection

To snoop on response output, add:

PerlOutputFilterHandler Apache2::DebugFilter::snoop_connection

Both can be configured at the same time.

If you want to snoop on what an output filter MyApache2::Filter::output does, put the snooper filter after it:

PerlOutputFilterHandler MyApache2::Filter::output
PerlOutputFilterHandler Apache2::DebugFilter::snoop_connection

On the contrary, to snoop on what an input filter MyApache2::Filter::input does, put the snooper filter before it:

PerlInputFilterHandler Apache2::DebugFilter::snoop_connection
PerlInputFilterHandler MyApache2::Filter::input

This is because snoop_connection is going to be invoked first and immediately call MyApache2::Filter::input the input filter for data. Only when the latter returns, snoop_connection will do its work.

snoop_request()

The snoop_request() filter handler snoops only on HTTP request and response bodies. Otherwise its similar to snoop_connection(). Only normally its configured for a specific < Location >. For example:

< Location /foo >
PerlInputFilterHandler Apache2::DebugFilter::snoop_request
PerlOutputFilterHandler Apache2::DebugFilter::snoop_request
< /Location >

<<less
Download (0.006MB)
Added: 2007-03-19 License: Perl Artistic License Price:
949 downloads
Apache2::Autocomplete 0.1

Apache2::Autocomplete 0.1


Apache2::Autocomplete is a Perl module to autocomplete service backend via mod_perl. more>>
Apache2::Autocomplete is a Perl module to autocomplete service backend via mod_perl.

SYNOPSIS

Given some form that using Googles autocomplete that receives suggestions from http://localhost/complete/search:

######################################################
# in httpd.conf
PerlModule Apache2::MyAutoComplete
< Location /complete/search >
SetHandler perl-script
PerlResponseHandler Apache2::MyAutoComplete
< /Location >
######################################################

######################################################
# module file Apache2/MyAutoComplete.pm
package Apache2::MyAutoComplete;
use base qw(Apache2::Autocomplete);
# use whatever else

my @NAMES = qw(bob carol ted alice);
sub expand {
my ($self, $query) = @_;
my $re = qr/^Q$queryE/i;
my @names = grep /$re/, @NAMES;
my @values = map {"some description"} @names;
(lc $query, @names, @values, [""]);
}

sub handler {
my $r = shift;
my $ac = __PACKAGE__->new($r);
$ac->run();
return Apache2::Const::OK;
}
######################################################

This module is a mod_perl2 interface to JavaScript::Autocomplete::Backend, which is a base class for implementing an autocomplete service for a form using the Google Suggest protocol. See http://www.google.com/webhp?complete=1&hl=en for an illustration of Google Suggest in operation, as well as http://serversideguy.blogspot.com/2004/12/google-suggest-dissected.html for a description of how the JavaScript code works.

As well as mod_perl2, this package requires JavaScript::Autocomplete::Backend, as well as a CGI.pm-compatible CGI module for supplying the param() and header() methods. If available, CGI::Apache2::Wrapper will be used, which is a minimal module that uses methods of mod_perl2 and Apache2::Request to provide these methods; if this is not available, CGI (version 2.93 or greater) will be used.

Operation of this service requires inclusion of the Autocomplete JavaScript code; a copy of this is included in this distribution, the latest version of which is available at http://www.google.com/ac.js.

<<less
Download (0.011MB)
Added: 2007-03-19 License: Perl Artistic License Price:
950 downloads
Apache2::AuthColloquy 1.13

Apache2::AuthColloquy 1.13


Apache2::AuthColloquy is a mod_perl authentication against the Colloquy users.lua file. more>>
Apache2::AuthColloquy is a mod_perl authentication against the Colloquy users.lua file.

SYNOPSIS

AuthName "Talker Members Area"
AuthType Basic

# Full path to your users.lua file or users/ directory
PerlSetVar users_lua /home/system/colloquy/data

# Set if you want to allow an alternate method of authentication
PerlSetVar AllowAlternateAuth yes | no

require valid-user
PerlAuthenHandler Apache2::AuthColloquy

Apache2::AuthColloquy is an Apache 2 authentication module. It will authenticate against a Colloquy users.lua user database file using the newer password2 field.

This script munges the users.lua file in to executable perl code which is then evaluated. It should therefore be used with caution if you cannot gaurentee the integrity of the users.lua file. See Colloquy::Data for more details.

<<less
Download (0.008MB)
Added: 2007-03-19 License: Perl Artistic License Price:
949 downloads
Apache2::AuthNetLDAP 0.01

Apache2::AuthNetLDAP 0.01


Apache2::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache. more>>
Apache2::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache.

SYNOPSIS

AuthName "LDAP Test Auth"
AuthType Basic

#only set the next two if you need to bind as a user for searching
#PerlSetVar BindDN "uid=user1,ou=people,o=acme.com" #optional
#PerlSetVar BindPWD "password" #optional
PerlSetVar BaseDN "ou=people,o=acme.com"
PerlSetVar LDAPServer ldap.acme.com
PerlSetVar LDAPPort 389
#PerlSetVar UIDAttr uid
PerlSetVar UIDAttr mail
#PerlSetVar AlternatePWAttribute alternateAttribute
#PerlSetVar SearchScope base | one | sub # default is sub
#PerlSetVar LDAPFilter "(&(course=CSA)(class=A))" #optional

# Set if you want to encrypt communication with LDAP server
# and avoid sending clear text passwords over the network
PerlSetVar UseStartTLS yes | no

# Set if you want to allow an alternate method of authentication
PerlSetVar AllowAlternateAuth yes | no

require valid-user

PerlAuthenHandler Apache2::AuthNetLDAP

This module authenticates users via LDAP using the Net::LDAP module. This module is Graham Barrs "pure" Perl LDAP API.

It also uses all of the same parameters as the Apache::AuthPerLDAP, but I have added four extra parameters.

The parameters are:

PerlSetVar BindDN

Used to set initial LDAP user.

PerlSetVar BindPWD

Used to set initial LDAP password.

PerlSetVar BaseDN

This sets the search base used when looking up a user in an LDAP server.

PerlSetVar LDAPServer

This is the hostname of the LDAP server you wish to use.

PerlSetVar LDAPPort

This is the port the LDAP server is listening on.

PerlSetVar UIDAttr

The attribute used to lookup the user.

PerlSetVar AlternatePWAttribute

The an alternate attribute with which the $password will be tested. This allows you to test with another attribute, instead of just trying to bind the userdn and password to the ldap server.

If this option is used, then a BindDN and BindPWD must be used for the initial bind.

PerlSetVar AllowAlternateAuth

This attribute allows you to set an alternative method of authentication (Basically, this allows you to mix authentication methods, if you dont have all users in the LDAP database). It does this by returning a DECLINE and checking for the next handler, which could be another authentication, such as Apache-AuthenNTLM or basic authentication.

PerlSetVar SearchScope

Optional. Can be base, one or sub. Default is sub. Determines the scope of the LDAP search.

PerlSetVar LDAPFilter

This is an LDAP filter, as defined in RFC 2254. This is optional. If provided, it will be ANDed with the filter that verifies the UID. For example, if you have these set:

PerlSetVar UIDAttr uid

PerlSetVar LDAPFilter "(&(course=41300)(year=3)(classCode=Y))"

and a user authenticates with the username "nicku" then the following filter will be generated to search for the entry to authenticate against:

(&(&(course=41300)(year=3)(classCode=Y))(uid=nicku))

This will then allow nicku access only if nickus LDAP entry has the attribute course equal to 41300, the attribute year equal to 3, and attribute classCode equal to Y. And of course, if the password is correct. This may be useful for restricting access to a group of users in a large directory, e.g., at a university.

PerlSetVar UseStartTLS

Optional; can be yes or no. If yes, will fail unless can start a TLS encrypted connection to the LDAP server before sending passwords over the network. Note that this requires that the optional module IO::Socket::SSL is installed; this depends on Net::SSLeay, which depends on openssl. Of course, the LDAP server must support Start TLS also.

<<less
Download (0.007MB)
Added: 2007-03-19 License: Perl Artistic License Price:
949 downloads
Apache2::ASP::Server 1.15

Apache2::ASP::Server 1.15


Apache2::ASP::Server is an utility object for Apache2::ASP programming. more>>
Apache2::ASP::Server is an utility object for Apache2::ASP programming.

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 "Hello" with HTMLEncode().

HTMLDecode( $str )

Returns an HTML-Decoded version of the string provided.
For example, "Hello" 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!");
% >

<<less
Download (0.060MB)
Added: 2007-07-12 License: Perl Artistic License Price:
836 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4