| perlpages - complete list of MKS Perl HTML reference pages |
perlpages - complete list of MKS Perl HTML reference pages
This page lists and provides links to all the HMTL refernece pages provided with MKS Perl. Not all of the features described in these pages are supported in MKS Perl.
You can also access this page with the command:
man -H perlpages
perl5004delta what's new for perl5.004 perl5005delta what's new for perl5.005 perl561delta what's new for perl v5.6.x perl56delta what's new for perl v5.6.0 perl570delta what's new for perl v5.7.0 perl571delta what's new for perl v5.7.1 perl572delta what's new for perl v5.7.2 perl573delta what's new for perl v5.7.3 perl581delta what is new for perl v5.8.1 perl582delta what is new for perl v5.8.2 perl583delta what is new for perl v5.8.3 perl584delta what is new for perl v5.8.4 perl58delta what is new for perl v5.8.0 perl Practical Extraction and Report Language perlamiga Perl under Amiga OS perlapi autogenerated documentation for the perl public API perlapio perl's IO abstraction interface. perlartistic the Perl Artistic License perlbook Perl book information perlboot Beginner's Object-Oriented Tutorial perlbot Bag'o Object Tricks perlcall Perl calling conventions from C perlce Perl for WinCE perlcheat Perl 5 Cheat Sheet perlclib Internal replacements for standard C library functions perlcompile Introduction to the Perl Compiler-Translator perldata Perl data types perldbmfilter Perl DBM Filters perldebguts Guts of Perl debugging perldebtut Perl debugging tutorial perldebug Perl debugging perldelta what is new for perl v5.8.5 perldgux Perl under DG/UX. perldiag various Perl diagnostics perldoc Look up Perl documentation in Pod format. perldos Perl under DOS, W31, W95. perldsc Perl Data Structures Cookbook perlebcdic Considerations for running Perl on EBCDIC platforms perlembed how to embed perl in your C program perlfaq1 General Questions About Perl perlfaq2 Obtaining and Learning about Perl perlfaq3 Programming Tools perlfaq4 Data Manipulation perlfaq5 Files and Formats perlfaq6 Regular Expressions perlfaq7 General Perl Language Issues perlfaq8 System Interaction perlfaq9 Networking perlfaq frequently asked questions about Perl perlfilter Source Filters perlfork Perl's fork emulation perlform Perl formats perlfunc Perl builtin functions perlgpl the GNU General Public License, version 2 perlguts Introduction to the Perl API perlhack How to hack at the Perl internals perlhist the Perl history records perlintern autogenerated documentation of purely B<internal> perlintro a brief introduction and overview of Perl perliol C API for Perl's implementation of IO in Layers. perlipc Perl interprocess communication perllexwarn Perl Lexical Warnings perllocale Perl locale handling perllol Manipulating Arrays of Arrays in Perl perlmod Perl modules perlmodinstall Installing CPAN Modules perlmodlib constructing new Perl modules and finding existing ones perlmodstyle Perl module style guide perlnetware Perl for NetWare perlnewmod preparing a new module for distribution perlnumber semantics of numbers and numeric operations in Perl perlobj Perl objects perlop Perl operators and precedence perlopentut tutorial on opening things in Perl perlos2 Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT. perlothrtut old tutorial on threads in Perl perlpacktut tutorial on C<pack> and C<unpack> perlplan9 Plan 9-specific documentation for Perl perlpod the Plain Old Documentation format perlpodspec Plain Old Documentation: format specification and notes perlport Writing portable Perl perlre Perl regular expressions perlref Perl references and nested data structures perlreftut Mark's very short tutorial about references perlrequick Perl regular expressions quick start perlreref Perl Regular Expressions Reference perlretut Perl regular expressions tutorial perlrun how to execute the Perl interpreter perlsec Perl security perlstyle Perl style guide perlsub Perl subroutines perlsyn Perl syntax perlthrtut tutorial on threads in Perl perltie how to hide an object class in a simple variable perltoc perl documentation table of contents perltodo Perl TO-DO List perltooc Tom's OO Tutorial for Class Data in Perl perltoot Tom's object-oriented tutorial for perl perltrap Perl traps for the unwary perlunicode Unicode support in Perl perluniintro Perl Unicode introduction perlutil utilities packaged with the Perl distribution perluts Perl under UTS perlvar Perl predefined variables perlwin32 Perl under Windows perlxs XS language reference manual perlXStut Tutorial for writing XSUBs README.aix Perl version 5 on IBM Unix systems README.apollo Perl version 5 on Apollo DomainOS README.beos Perl version 5 on BeOS README.BS2000 building and installing Perl for BS2000. README.cygwin Perl for Cygwin README.epoc Perl for EPOC README.freebsd Perl version 5 on FreeBSD systems README.hpux Perl version 5 on Hewlett-Packard Unix systems README.hurd Perl version 5 on Hurd README.irix Perl version 5 on Irix systems README.machten Perl version 5 on Power MachTen systems README.macos Perl under Mac OS README.macosx Perl under Mac OS X README.mint Perl version 5 on Atari MiNT README.mpeix Perl/iX for HP e3000 MPE README.os390 building and installing Perl for OS/390 and z/OS README.os400 Perl version 5 on OS/400 README.qnx Perl version 5 on QNX README.solaris Perl version 5 on Solaris systems README.tru64 Perl version 5 on Tru64 systems README.vmesa building and installing Perl for VM/ESA. README.vms Configuring, building, testing, and installing perl on VMS README.vos Perl for Stratus VOS
abbrev create an abbreviation table from a list
AnyDBM_File provide framework for multiple DBMs
Attribute::Handlers Simpler definition of attribute handlers
attributes get/set subroutine or variable attributes
attrs set/get attributes of a subroutine
AutoLoader load subroutines only on demand
AutoSplit split a package for autoloading
autouse postpone load of modules until a function is used
B<CGI::Carp> CGI routines for writing to the HTTPD error log
B::Asmdata Autogenerated data about Perl ops, used to generate bytecode
B::Assembler Assemble Perl bytecode
B::Bblock Walk basic blocks
B::Bytecode Perl compiler's bytecode backend
B::C Perl compiler's C backend
B::CC Perl compiler's optimized C translation backend
B::Concise Walk Perl syntax tree, printing concise info about ops
B::Debug Walk Perl syntax tree, printing debug info about ops
B::Deparse Perl compiler backend to produce perl code
B::Disassembler Disassemble Perl bytecode
B::Lint Perl lint
B::Showlex Show lexical variables used in functions or files
B::Stackobj Helper module for CC backend
B::Stash show what stashes are loaded
B::Terse Walk Perl syntax tree, printing terse info about ops
B::Xref Generates cross reference reports for Perl programs
B The Perl Compiler
base Establish IS-A relationship with base classes at compile time
basic.pod Test of various basic POD features in translators.
Benchmark benchmark running times of Perl code
bigint Transparent BigInteger support for Perl
bignum Transparent BigNumber support for Perl
bigrat Transparent BigNumber/BigRational support for Perl
blib Use MakeMaker's uninstalled version of a package
ByteLoader load byte compiled perl code
bytes Perl pragma to force byte semantics rather than character semantics
Carp::Heavy heavy machinery, no user serviceable parts inside
carp warn of errors
CGI::Apache Backward compatibility module for CGI.pm
CGI::Cookie Interface to Netscape Cookies
CGI::Fast CGI Interface for Fast CGI
CGI::Pretty module to produce nicely formatted HTML code
CGI::Push Simple Interface to Server Push
CGI::Switch Backward compatibility module for defunct CGI::Switch
CGI::Util Internal utilities used by CGI module
CGI Simple Common Gateway Interface Class
charnames define character names for C<\N{named}> string literal escapes
Class::ISA report the search path for a class's ISA tree
Class::Struct declare struct-like datatypes as Perl classes
Config access Perl configuration information
constant Perl pragma to declare constants
CPAN::FirstTime Utility for CPAN::Config file Initialization
CPAN::Nox Wrapper around CPAN.pm without using any XS module
CPAN query, download and build perl modules from CPAN sites
Cwd get pathname of current working directory
Data::Dumper stringified perl data structures, suitable for both printing and C<eval>
DB programmatic interface to the Perl debugging API (draft, subject to
DBM_Filter Filter DBM keys/values
DB_File Perl5 access to Berkeley DB version 1.x
Devel::DProf a Perl code profiler
Devel::Peek A data debugging tool for the XS programmer
Devel::PPPort Perl/Pollution/Portability
Devel::SelfStubber generate stubs for a SelfLoading module
Digest::base Digest base class
Digest::MD5 Perl interface to the MD5 Algorithm
Digest Modules that calculate message digests
DirHandle supply object methods for directory handles
Dumpvalue provides screen dump of Perl data.
DynaLoader Dynamically load C libraries into Perl code
Encode::Alias alias definitions to encodings
Encode::Byte Single Byte Encodings
Encode::CJKConstants.pm Internally used by Encode::??::ISO_2022_*
Encode::CN::HZ internally used by Encode::CN
Encode::CN China-based Chinese Encodings
Encode::Config internally used by Encode
Encode::EBCDIC EBCDIC Encodings
Encode::Encoder Object Oriented Encoder
Encode::Encoding Encode Implementation Base Class
Encode::Guess Guesses encoding from data
Encode::JP::H2Z internally used by Encode::JP::2022_JP*
Encode::JP::JIS7 internally used by Encode::JP
Encode::JP Japanese Encodings
Encode::KR::2022_KR internally used by Encode::KR
Encode::KR Korean Encodings
Encode::MIME::Header MIME 'B' and 'Q' header encoding
Encode::PerlIO a detailed document on Encode and PerlIO
Encode::Supported Encodings supported by Encode
Encode::Symbol Symbol Encodings
Encode::TW Taiwan-based Chinese Encodings
Encode::Unicode::UTF7 UTF-7 encoding
Encode::Unicode Various Unicode Transformation Formats
Encode character encodings
encoding allows you to write your script in non-ascii or non-utf8
English use nice English names for ugly punctuation variables
Env perl module that imports environment variables as scalars or arrays
Errno System errno constants
Exporter::Heavy Exporter guts
Exporter Implements default import method for modules
ExtUtils::Command::MM Commands for the MM's to use in Makefiles
ExtUtils::Command utilities to replace common UNIX commands in Makefiles etc.
ExtUtils::Constant generate XS code to import C header constants
ExtUtils::Embed Utilities for embedding Perl in C/C++ applications
ExtUtils::Install install files from here to there
ExtUtils::Installed Inventory management of installed modules
ExtUtils::Liblist determine libraries to use and how to use them
ExtUtils::MakeMaker::bytes Version agnostic bytes.pm
ExtUtils::MakeMaker::FAQ Frequently Asked Questions About MakeMaker
ExtUtils::MakeMaker::Tutorial Writing a module with MakeMaker
ExtUtils::MakeMaker::vmsish Platform agnostic vmsish.pm
ExtUtils::MakeMaker Create a module Makefile
ExtUtils::Manifest utilities to write and check a MANIFEST file
ExtUtils::Mkbootstrap make a bootstrap file for use by DynaLoader
ExtUtils::Mksymlists write linker options files for dynamic extension
ExtUtils::MM OS adjusted ExtUtils::MakeMaker subclass
ExtUtils::MM_Any Platform-agnostic MM methods
ExtUtils::MM_BeOS methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Cygwin methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_DOS DOS specific subclass of ExtUtils::MM_Unix
ExtUtils::MM_MacOS methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_NW5 methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_OS2 methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Unix methods used by ExtUtils::MakeMaker
ExtUtils::MM_UWIN U/WIN specific subclass of ExtUtils::MM_Unix
ExtUtils::MM_VMS methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Win32 methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Win95 method to customize MakeMaker for Win9X
ExtUtils::MY ExtUtils::MakeMaker subclass for customization
ExtUtils::Packlist manage .packlist files
ExtUtils::testlib add blib/* directories to @INC
Fatal replace functions with equivalents which succeed or die
Fcntl load the C Fcntl.h defines
fields compile-time class fields
File::Compare Compare files or filehandles
File::Copy Copy files or filehandles
File::DosGlob DOS like globbing and then some
File::Find Traverse a directory tree.
File::Glob Perl extension for BSD glob routine
File::Path create or remove directory trees
File::Spec::Cygwin methods for Cygwin file specs
File::Spec::Epoc methods for Epoc file specs
File::Spec::Functions portably perform operations on file names
File::Spec::Mac File::Spec for Mac OS
File::Spec::OS2 methods for OS/2 file specs
File::Spec::Unix File::Spec for Unix, base for other File::Spec modules
File::Spec::VMS methods for VMS file specs
File::Spec::Win32 methods for Win32 file specs
File::Spec portably perform operations on file names
File::stat by-name interface to Perl's built-in stat functions
File::Temp return name and handle of a temporary file safely
FileCache keep more files open than the system permits
FileHandle supply object methods for filehandles
fileparse split a pathname into pieces
filetest Perl pragma to control the filetest permission operators
Filter::Simple Simplified source filtering
Filter::Util::Call Perl Source Filter Utility Module
FindBin Locate directory of original perl script
GDBM_File Perl5 access to the gdbm library.
Getopt::Long Extended processing of command line options
getopts Process single-character switches with switch clustering
Hash::Util A selection of general-utility hash subroutines
I18N::Collate compare 8-bit scalar data according to the current locale
I18N::Langinfo query locale information
I18N::LangTags::Detect detect the user's language preferences
I18N::LangTags::List tags and names for human languages
I18N::LangTags functions for dealing with RFC3066-style language tags
if C<use> a Perl module if a condition holds
inet_ntoa load the C socket.h defines and structure manipulators
integer Perl pragma to use integer arithmetic instead of floating point
IO::Dir supply object methods for directory handles
IO::File supply object methods for filehandles
IO::Handle supply object methods for I/O handles
IO::Pipe supply object methods for pipes
IO::Poll Object interface to system poll call
IO::Seekable supply seek based methods for I/O objects
IO::Select OO interface to the select system call
IO::Socket::INET Object interface for AF_INET domain sockets
IO::Socket::UNIX Object interface for AF_UNIX domain sockets
IO::Socket Object interface to socket communications
IO load various IO modules
IPC::Msg SysV Msg IPC object class
IPC::Semaphore SysV Semaphore IPC object class
IPC::SysV SysV IPC constants
less perl pragma to request less of something from the compiler
lib manipulate @INC at compile time
libnetFAQ libnet Frequently Asked Questions
List::Util A selection of general-utility list subroutines
Locale::Constants constants for Locale codes
Locale::Country ISO codes for country identification
Locale::Currency ISO three letter codes for currency identification
Locale::Language ISO two letter codes for language identification
Locale::Maketext::TPJ13 article about software localization
Locale::Maketext framework for localization
Locale::Script ISO codes for script identification
locale Perl pragma to use and avoid POSIX locales for built-in operations
look search for key in dictionary file
Math::BigFloat Arbitrary size floating point math package
Math::BigInt::Calc Pure Perl module to support Math::BigInt
Math::BigInt::CalcEmu Emulate low-level math with BigInt code
Math::BigInt Arbitrary size integer math package
Math::BigRat arbitrarily big rational numbers
Math::Complex complex numbers and associated mathematical functions
Math::Trig trigonometric functions
Memoize::AnyDBM_File glue to provide EXISTS for AnyDBM_File for Storable use
Memoize::Expire Plug-in module for automatic expiration of memoized values
Memoize::ExpireFile test for Memoize expiration semantics
Memoize::ExpireTest test for Memoize expiration semantics
Memoize::NDBM_File glue to provide EXISTS for NDBM_File for Storable use
Memoize::SDBM_File glue to provide EXISTS for SDBM_File for Storable use
Memoize::Storable store Memoized data in Storable database
Memoize Make functions faster by trading space for time
MIME::Base64 Encoding and decoding of base64 strings
MIME::QuotedPrint Encoding and decoding of quoted-printable strings
NDBM_File Tied access to ndbm files
Net::Cmd Network Command class
Net::Config Local configuration data for libnet
Net::Domain Attempt to evaluate the current host's internet name and domain
Net::FTP FTP Client class
Net::hostent by-name interface to Perl's built-in gethost* functions
Net::netent by-name interface to Perl's built-in getnet* functions
Net::Netrc OO interface to users netrc file
Net::NNTP NNTP Client class
Net::Ping check a remote host for reachability
Net::POP3 Post Office Protocol 3 Client class
Net::protoent by-name interface to Perl's built-in getproto* functions
Net::servent by-name interface to Perl's built-in getserv* functions
Net::SMTP Simple Mail Transfer Protocol Client
Net::Telnet interact with TELNET port or other TCP ports
Net::Time time and daytime network client interface
NEXT.pm Provide a pseudo-class NEXT that allows method redispatch
O Generic interface to Perl Compiler backends
ODBM_File Tied access to odbm files
Opcode Disable named opcodes when compiling perl code
open2 open a process for both reading and writing
open3 open a process for reading, writing, and error handling
open perl pragma to set default PerlIO layers for input and output
ops Perl pragma to restrict unsafe operations when compiling
overload Package for overloading perl operations
PerlIO::encoding encoding layer
PerlIO::scalar in-memory IO, scalar IO
PerlIO::via::QuotedPrint PerlIO layer for quoted-printable strings
PerlIO::via Helper class for PerlIO layers implemented in perl
PerlIO On demand loader for PerlIO layers and root of PerlIO::* name space
pod2usage print a usage message from embedded pod documentation
Pod::Find find POD documents in directory trees
Pod::Functions Group Perl's functions a la perlfunc.pod
Pod::Html module to convert pod files to HTML
Pod::InputObjects objects representing POD input paragraphs, commands, etc.
Pod::LaTeX Convert Pod data to formatted Latex
Pod::Man Convert POD data to formatted *roff input
Pod::ParseLink Parse an LE<lt>E<gt> formatting code in POD text
Pod::Parser base class for creating POD filters and translators
Pod::ParseUtils helpers for POD parsing and conversion
Pod::Perldoc::ToChecker let Perldoc check Pod for errors
Pod::Perldoc::ToMan let Perldoc render Pod as man pages
Pod::Perldoc::ToNroff let Perldoc convert Pod to nroff
Pod::Perldoc::ToPod let Perldoc render Pod as ... Pod!
Pod::Perldoc::ToRtf let Perldoc render Pod as RTF
Pod::Perldoc::ToText let Perldoc render Pod as plaintext
Pod::Perldoc::ToTk let Perldoc use Tk::Pod to render Pod
Pod::Perldoc::ToXml let Perldoc render Pod as XML
Pod::Plainer Perl extension for converting Pod to old style Pod.
Pod::PlainText Convert POD data to formatted ASCII text
Pod::Text::Color Convert POD data to formatted color ASCII text
Pod::Text::Overstrike Convert POD data to formatted overstrike text
Pod::Text::Termcap Convert POD data to ASCII text with format escapes
Pod::Text Convert POD data to formatted ASCII text
podchecker check pod documents for syntax errors
podselect extract selected sections of POD from input
POSIX Perl interface to IEEE Std 1003.1
re Perl pragma to alter regular expression behaviour
Safe Compile and execute code in restricted compartments
Scalar::Util A selection of general-utility scalar subroutines
SDBM_File Tied access to sdbm files
SelectSaver save and restore selected file handle
SelfLoader load functions only on demand
Shell run shell commands transparently within perl
sigtrap Perl pragma to enable simple signal handling
sort perl pragma to control sort behaviour
splain produce verbose warning diagnostics
Storable persistence for Perl data structures
strict Perl pragma to restrict unsafe constructs
subs Perl pragma to predeclare sub names
Switch A switch statement for Perl
Symbol manipulate Perl symbols and their names
Sys::Hostname Try every conceivable way to get hostname
syslog Perl interface to the UNIX syslog calls
Term::ANSIColor Color screen output using ANSI escape sequences
Term::Cap Perl termcap interface
Term::Complete Perl word completion module
Term::ReadLine Perl interface to various C<readline> packages.
Test::Builder Backend for building test libraries
Test::Harness::Assert simple assert
Test::Harness::Iterator Internal Test::Harness Iterator
Test::Harness::Straps detailed analysis of test results
Test::Harness Run Perl standard test scripts with statistics
Test::More yet another framework for writing test scripts
Test::Simple Basic utilities for writing tests.
Test::Tutorial A tutorial about writing really basic tests
Test provides a simple framework for writing test scripts
Text::Balanced Extract delimited text sequences from strings.
Text::ParseWords parse text into an array of tokens or array of arrays
Text::Soundex Implementation of the Soundex Algorithm as Described by Knuth
Text::Tabs expand and unexpand tabs per the unix expand
Text::Wrap line wrapping to form simple paragraphs
Thread::Queue thread-safe queues
Thread::Semaphore thread-safe semaphores
Thread::Signal Start a thread which runs signal handlers reliably
Thread::Specific thread-specific keys
Thread manipulate threads in Perl
threads::shared Perl extension for sharing data structures between threads
threads Perl extension allowing use of interpreter based threads from perl
Tie::Array base class for tied arrays
Tie::ExtraHash base class definitions for tied hashes
Tie::File Access the lines of a disk file via a Perl array
Tie::Memoize add data to hash when needed
Tie::RefHash use references as hash keys
Tie::StdHandle base class definitions for tied handles
Tie::StdScalar base class definitions for tied scalars
Tie::SubstrHash Fixed-table-size, fixed-key-length hashing
Time::gmtime by-name interface to Perl's built-in gmtime function
Time::HiRes High resolution alarm, sleep, gettimeofday, interval timers
Time::Local efficiently compute time from local and GMT time
Time::localtime by-name interface to Perl's built-in localtime function
Time::tm internal object used by Time::gmtime and Time::localtime
Unicode::Collate Unicode Collation Algorithm
Unicode::Normalize Unicode Normalization Forms
Unicode::UCD Unicode character database
UNIVERSAL base class for ALL classes
User::grent by-name interface to Perl's built-in getgr* functions
User::pwent by-name interface to Perl's built-in getpw* functions
utf8 Perl pragma to enable/disable UTF-8 in source code
validate run many filetest checks on a tree
vars Perl pragma to predeclare global variable names
vmsish Perl pragma to control VMS-specific language features
warnings::register warnings import function
warnings Perl pragma to control optional warnings
Win32 Interfaces to some Win32 API Functions
writemain write the C code for perlmain.c
XML::DOM::AttDef A single XML attribute definition in an ATTLIST in XML::DOM
XML::DOM::AttlistDecl An XML ATTLIST declaration in XML::DOM
XML::DOM::Attr An XML attribute in XML::DOM
XML::DOM::CDATASection Escaping XML text blocks in XML::DOM
XML::DOM::CharacterData Common interface for Text, CDATASections and Comments
XML::DOM::Comment An XML comment in XML::DOM
XML::DOM::Document An XML document node in XML::DOM
XML::DOM::DocumentFragment Facilitates cut & paste in XML::DOM documents
XML::DOM::DocumentType An XML document type in XML::DOM
XML::DOM::DOMImplementation Information about XML::DOM implementation
XML::DOM::Element An XML element node in XML::DOM
XML::DOM::ElementDecl An XML ELEMENT declaration in XML::DOM
XML::DOM::Entity An XML ENTITY in XML::DOM
XML::DOM::EntityReference An XML ENTITY reference in XML::DOM
XML::DOM::NamedNodeMap A hash table interface for XML::DOM
XML::DOM::Node Super class of all nodes in XML::DOM
XML::DOM::NodeList A node list as used by XML::DOM
XML::DOM::Notation An XML NOTATION in XML::DOM
XML::DOM::Parser An XML::Parser that builds XML::DOM document structures
XML::DOM::PerlSAX Old name of L<XML::Handler::BuildDOM>
XML::DOM::ProcessingInstructionXML::DOM::Text A piece of XML text in XML::DOM
XML::DOM::XMLDecl XML declaration in XML::DOM
XML::DOM A perl module for building DOM Level 1 compliant document structures
XML::Handler::BuildDOM PerlSAX handler that creates XML::DOM document structures
XML::Parser::Expat Lowlevel access to James Clark's expat XML parser
XML::Parser::Style::Debug Debug style for XML::Parser
XML::Parser::Style::Stream Stream style for XML::Parser
XML::Parser A perl module for parsing XML documents
XML::RegExp Regular expressions for XML tokens
XS::APItest Test the perl C API
XS::Typemap module to test the XS typemaps distributed with perl
XSLoader Dynamically load C libraries into Perl code
| perlpages - complete list of MKS Perl HTML reference pages |