Pod::Simple::HTML - convert Pod to HTML

NAME SYNOPSIS DESCRIPTION CALLING FROM THE COMMAND LINE CALLING FROM PERLMinimal code More detailed example METHODShtml_css html_javascript title_prefix title_postfix html_header_before_title top_anchor html_h_level index html_header_after_title html_footer SUBCLASSING SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS ACKNOWLEDGEMENTS AUTHOR NAME Pod::Simple::HTML - convert Pod to HTML SYNOPSIS perl -MPod::Simple::HTML -e Pod::Simple::HTML::go thingy.pod DESCRIPTION This class is for making an

CPAN::HandleConfig - internal configuration handling for CPAN.pm

NAMECLASS->safe_quote ITEM LICENSE NAME CPAN::HandleConfig - internal configuration handling for CPAN.pm CLASS->safe_quote ITEM Quotes an item to become safe against spaces in shell interpolation. An item is enclosed in double quotes if: - the item contains spaces in the middle - the item does not start with a quote This happens to avoid shell interpolation problems when whitespace is present in directory names. This method uses commands_quote to determine the correct quote. If comm

Pod::Man - Convert POD data to formatted *roff input

NAME SYNOPSIS DESCRIPTION DIAGNOSTICS BUGS CAVEATS AUTHOR COPYRIGHT AND LICENSE SEE ALSO NAME Pod::Man - Convert POD data to formatted *roff input SYNOPSIS use Pod::Man; my $parser = Pod::Man->new (release => $VERSION, section => 8); # Read POD from STDIN and write to STDOUT. $parser->parse_file (\*STDIN); # Read POD from file.pod and write to file.1. $parser->parse_from_file ('file.pod', 'file.1'); DESCRIPTION Pod::Man is a module to convert documentation in the POD format

UNITCHECK

UNITCHECK These compile phase keywords are documented in BEGIN, UNITCHECK, CHECK, INIT and END in perlmod.

perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.

NAME SYNOPSIS DESCRIPTIONTarget Other OSes Prerequisites Starting Perl programs under OS/2 (and DOS and...) Starting OS/2 (and DOS) programs under Perl Frequently asked questions"It does not work" I cannot run external programs I cannot embed perl into my program, or use _perl.dll_ from my program. `` and pipe-open do not work under DOS. Cannot start find.exe "pattern" file INSTALLATIONAutomatic binary installation Manual binary installation *Warning* Accessing documentationOS/2 _.INF_ f

perlopentut - simple recipes for opening files and pipes in Perl

NAME DESCRIPTION Opening Text FilesOpening Text Files for Reading Opening Text Files for Writing Opening Binary Files Opening Pipes Low-level File Opens via sysopen SEE ALSO AUTHOR and COPYRIGHT NAME perlopentut - simple recipes for opening files and pipes in Perl DESCRIPTION Whenever you do I/O on a file in Perl, you do so through what in Perl is called a filehandle. A filehandle is an internal name for an external file. It is the job of the open function to make the association between th

HANDLE->format_lines_per_page(EXPR)

HANDLE->format_lines_per_page(EXPR)

Attribute::Handlers - Simpler definition of attribute handlers

NAME VERSION SYNOPSIS DESCRIPTIONTyped lexicals Type-specific attribute handlers Non-interpretive attribute handlers Phase-specific attribute handlers Attributes as tie interfaces EXAMPLES UTILITY FUNCTIONS DIAGNOSTICS AUTHOR BUGS COPYRIGHT AND LICENSE NAME Attribute::Handlers - Simpler definition of attribute handlers VERSION This document describes version 0.97 of Attribute::Handlers. SYNOPSIS package MyClass; require 5.006; use Attribute::Handlers; no warnings 'redefine';

re - Perl pragma to alter regular expression behaviour

NAME SYNOPSIS DESCRIPTION'taint' mode 'eval' mode 'strict' mode '/flags' mode 'debug' mode 'Debug' mode Exportable Functions SEE ALSO NAME re - Perl pragma to alter regular expression behaviour SYNOPSIS use re 'taint'; ($x) = ($^X =~ /^(.*)$/s); # $x is tainted here $pat = '(?{ $foo = 1 })'; use re 'eval'; /foo${pat}bar/; # won't fail (when not under -T # switch) { no re 'taint'; # the default ($x) = ($^X =~ /^(.*)$/s); # $x

perlos390 - building and installing Perl for OS/390 and z/OS

NAME SYNOPSIS DESCRIPTIONTools Unpacking Perl distribution on OS/390 Setup and utilities for Perl on OS/390 Configure Perl on OS/390 Build, Test, Install Perl on OS/390 Build Anomalies with Perl on OS/390 Testing Anomalies with Perl on OS/390 Installation Anomalies with Perl on OS/390 Usage Hints for Perl on OS/390 Floating Point Anomalies with Perl on OS/390 Modules and Extensions for Perl on OS/390 AUTHORS SEE ALSOMailing list for Perl on OS/390 HISTORY NAME perlos390 - building and inst