ExtUtils::ParseXS - converts Perl XS code into C code

NAME SYNOPSIS DESCRIPTION EXPORT METHODS AUTHOR COPYRIGHT SEE ALSO NAME ExtUtils::ParseXS - converts Perl XS code into C code SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_file( filename => 'foo.xs', output => 'bar.c', 'C++' => 1, typemap => 'path/to/typemap', hiertype => 1, except => 1

O - Generic interface to Perl Compiler backends

NAME SYNOPSIS DESCRIPTION CONVENTIONS IMPLEMENTATION BUGS AUTHOR NAME O - Generic interface to Perl Compiler backends SYNOPSIS perl -MO=[-q,]Backend[,OPTIONS] foo.pl DESCRIPTION This is the module that is used as a frontend to the Perl Compiler. If you pass the -q option to the module, then the STDOUT filehandle will be redirected into the variable $O::BEGIN_output during compilation. This has the effect that any output printed to STDOUT by BEGIN blocks or use'd modules will be stored in thi

shmread

shmread ID,VAR,POS,SIZE

perlqnx - Perl version 5 on QNX

NAME DESCRIPTIONRequired Software for Compiling Perl on QNX4 Outstanding Issues with Perl on QNX4 QNX auxiliary files Outstanding issues with perl under QNX6 Cross-compilation AUTHOR NAME perlqnx - Perl version 5 on QNX DESCRIPTION As of perl5.7.2 all tests pass under: QNX 4.24G Watcom 10.6 with Beta/970211.wcc.update.tar.F socket3r.lib Nov21 1996. As of perl5.8.1 there is at least one test still failing. Some tests may complain under known circumstances. See below and hints/qnx.sh for mor

File::GlobMapper - Extend File Glob to Allow Input and Output Files

NAME SYNOPSIS DESCRIPTIONBehind The Scenes Limitations Input File Glob Output File Glob Returned Data EXAMPLESA Rename script A few example globmaps SEE ALSO AUTHOR COPYRIGHT AND LICENSE NAME File::GlobMapper - Extend File Glob to Allow Input and Output Files SYNOPSIS use File::GlobMapper qw( globmap ); my $aref = globmap $input => $output or die $File::GlobMapper::Error ; my $gm = new File::GlobMapper $input => $output or die $File::GlobMapper::Error ; DESCRIPTION This m

or

or These operators are documented in perlop.

$PERL_VERSION

$PERL_VERSION

I18N::LangTags::Detect - detect the user's language preferences

NAME SYNOPSIS DESCRIPTION FUNCTIONS ENVIRONMENT SEE ALSO COPYRIGHT AUTHOR NAME I18N::LangTags::Detect - detect the user's language preferences SYNOPSIS use I18N::LangTags::Detect; my @user_wants = I18N::LangTags::Detect::detect(); DESCRIPTION It is a common problem to want to detect what language(s) the user would prefer output in. FUNCTIONS This module defines one public function, I18N::LangTags::Detect::detect() . This function is not exported (nor is even exportable), and it takes no para

Digest::base - Digest base class

NAME SYNOPSIS DESCRIPTION SEE ALSO NAME Digest::base - Digest base class SYNOPSIS package Digest::Foo; use base 'Digest::base'; DESCRIPTION The Digest::base class provide implementations of the methods addfile and add_bits in terms of add , and of the methods hexdigest and b64digest in terms of digest . Digest implementations might want to inherit from this class to get this implementations of the alternative add and digest methods. A minimal subclass needs to implement the following methods

perlamiga - Perl under Amiga OS

NAME NOTE SYNOPSIS DESCRIPTIONPrerequisites for Compiling Perl on AmigaOS Starting Perl programs under AmigaOS Shortcomings of Perl under AmigaOS INSTALLATION Accessing documentationManpages for Perl on AmigaOS Perl HTML Documentation on AmigaOS Perl GNU Info Files on AmigaOS Perl LaTeX Documentation on AmigaOS BUILDING PERL ON AMIGAOSBuild Prerequisites for Perl on AmigaOS Getting the Perl Source for AmigaOS Making Perl on AmigaOS Testing Perl on AmigaOS Installing the built Perl on Amiga