This is the Net::LDAP model class for Catalyst. It is nothing more than a
simple wrapper for Net::LDAP. This class simplifies LDAP access by letting
you configure a common set of bind arguments. It also lets you configure a
base DN for searching.
					 
			
		
				GLPI is an Information Resource-Manager with an additional
Administration- Interface. You can use it to build up a
database with an inventory for your company (computer,
software, printers...). It has enhanced functions to make
the daily life for the administrators easier, like a job-
tracking-system with mail-notification and methods to build
a database with basic information about your network-topology.
					 
			
		
				Continuity is a library to simplify web applications. Each session is
written and runs as a persistant application, and is able to request
additional input at any time without exiting. This is significantly
different from the traditional CGI model of web applications in which a
program is restarted for each new request.
					 
			
		
				FEAR::API is a tool that helps reduce your time creating site scraping scripts
and help you do it in a much more elegant way. FEAR::API combines many strong
and powerful features from various CPAN modules, such as LWP::UserAgent,
into a deeper Zen.
					 
			
		
				A fast and easy way to integrate your apps with Facebook.
This is a Perl interface to the Facebook Graph API
http://developers.facebook.com/docs/api.  With this module you can
currently query public Facebook data, query privileged Facebook data,
and build a privileged Facebook application.  See the TODO for all
that this module cannot yet do.
					 
			
		
				HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation
of HTML::Template (as of 2.9) and HTML::Template::Expr (as of
0.0.7).  It is not intended to be a complete replacement, but to be a
fast implementation of HTML::Template if you don't need querying, the
extended facility of HTML::Template.  Designed for heavy upload,
resource limitations, abcence of mod_perl.
					 
			
		
				HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with the tokens.  Rather than
try to remember a bunch of array indices or try to write a bunch of
constants for them, you can now do something like:
 $token->is_start_tag( 'form' )
Instead of
 $token->[0] eq 'S' and $token->[1] eq 'form'
					 
			
		
				This module contains several data tables useful in various kinds of
HTML parsing operations.
Note that all tag names used are lowercase.
In the following documentation, a "hashset" is a hash being used as a
set -- the hash conveys that its keys are there, and the actual values
associated with the keys are not significant.  (But what values are
there, are always true.)
					 
			
		
				HTTP::Parser is a stateful HTTP request/response parsing module.
It accepts chunks of data passed to it and returns either a completion hint
or an HTTP::Request (or Response) object when it has the entire request. It
was originally written to be part of a simple Event.pm-based HTTP server.
					 
			
		
				LWP::UserAgent::POE is a subclass of LWP::UserAgent and works well
in a POE environment. It is a drop-in replacement for LWP::UserAgent
in systems that are already using LWP::UserAgent synchronously and
want to play nicely with POE.