Perl Cheat Sheet Page 26

ADVERTISEMENT

29. Standard modules
AnyDBM _ File
Provides a framework for multiple dbm files.
AutoLoader
Load functions only on demand.
AutoSplit
Split a package for autoloading.
Benchmark
Benchmark running times of code.
CGI Web server Common Gateway Interface.
CGI::Apache
Support for Apache’s Perl module.
CGI::Carp
Log server errors with helpful context.
CGI::Fast
Support for FastCGI (persistent server process).
CGI::Push
Support for server push.
CGI::Switch
Simple interface for multiple server types.
CPAN
Interface to Comprehensive Perl Archive Network.
CPAN::FirstTime
Utility for creating CPAN configuration file.
CPAN::Nox
Run CPAN while avoiding compiled extensions.
Carp Warn of errors.
Class::Struct
Declare struct-like datatypes as Perl classes.
Config
Access to Perl configuration information.
Cwd Get the pathname of current working directory.
DB _ File
Access to Berkeley DB files.
Devel::SelfStubber
Generate stubs for a SelfLoading module.
Dirhandle
Supplies object methods for directory handles.
DynaLoader
Dynamically loads C libraries into Perl code.
English
Use long English names for punctuation variables.
Env Imports environment variables.
Exporter
Implements default import method for modules.
ExtUtils::Embed
Utilities for embedding Perl in C/C++ applications.
26

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education