Encode::CJKConstants.pm -- Internally used by Encode::??::ISO_2022_*

NAME NAME Encode::CJKConstants.pm -- Internally used by Encode::??::ISO_2022_*

perldebug - Perl debugging

NAME DESCRIPTION The Perl DebuggerCalling the Debugger Debugger Commands Configurable Options Debugger Input/Output Debugging Compile-Time Statements Debugger Customization Readline Support / History in the Debugger Editor Support for Debugging The Perl Profiler Debugging Regular Expressions Debugging Memory Usage SEE ALSO BUGS NAME perldebug - Perl debugging DESCRIPTION First of all, have you tried using the -w switch? If you're new to the Perl debugger, you may prefer to read perldeb

perlmodinstall - Installing CPAN Modules

NAME DESCRIPTIONPREAMBLE PORTABILITY HEY AUTHOR COPYRIGHT NAME perlmodinstall - Installing CPAN Modules DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see perlmod for details. Whenever anyone creates a chunk of Perl code that they think will be useful to the world, they register as a Perl developer at http://www.cpan.org/modules/04pause.html so that they can then upload their code to the CPAN. The CPAN is the Comprehensive Perl Archive Network and can be

perlvms - VMS-specific documentation for Perl

NAME DESCRIPTION Installation Organization of Perl ImagesCore Images Perl Extensions Installing static extensions Installing dynamic extensions File specificationsSyntax Filename Case Symbolic Links Wildcard expansion Pipes PERL5LIB and PERLLIB The Perl Forked Debugger PERL_VMS_EXCEPTION_DEBUG Command lineI/O redirection and backgrounding Command line switches Perl functions Perl variables Standard modules with VMS-specific differencesSDBM_File Revision date AUTHOR NAME perlvms - VMS-s

File::stat - by-name interface to Perl's built-in stat() functions

NAME SYNOPSIS DESCRIPTION BUGS ERRORS WARNINGS NOTE AUTHOR NAME File::stat - by-name interface to Perl's built-in stat() functions SYNOPSIS use File::stat; $st = stat($file) or die "No $file: $!"; if ( ($st->mode & 0111) && $st->nlink > 1) ) { print "$file is executable with lotsa links\n"; } if ( -x $st ) { print "$file is executable\n"; } use Fcntl "S_IRUSR"; if ( $st->cando(S_IRUSR, 1) ) { print "My effective uid can read $file\n"; } use File::stat q

AnyDBM_File - provide framework for multiple DBMs

NAME SYNOPSIS DESCRIPTIONDBM Comparisons SEE ALSO NAME AnyDBM_File - provide framework for multiple DBMs NDBM_File, DB_File, GDBM_File, SDBM_File, ODBM_File - various DBM implementations SYNOPSIS use AnyDBM_File; DESCRIPTION This module is a "pure virtual base class"--it has nothing of its own. It's just there to inherit from one of the various DBM packages. It prefers ndbm for compatibility reasons with Perl 4, then Berkeley DB (See DB_File), GDBM, SDBM (which is always there--it comes wit

$OSNAME

$OSNAME

Hash::Util::FieldHash - Support for Inside-Out Classes

NAME SYNOPSIS FUNCTIONS DESCRIPTIONThe Inside-out Technique Problems of Inside-out Solutions More Problems The Generic Object How to use Field Hashes Garbage-Collected Hashes EXAMPLESExample 1 Example 2 GUTSThe PERL_MAGIC_uvar interface for hashes Weakrefs call uvar magic How field hashes work Internal function Hash::Util::FieldHash::_fieldhash AUTHOR COPYRIGHT AND LICENSE NAME Hash::Util::FieldHash - Support for Inside-Out Classes SYNOPSIS ### Create fieldhashes use Hash::Util qw(field

connect

connect SOCKET,NAME Attempts to connect to a remote socket, just like connect(2). Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate type for the socket. See the examples in Sockets: Client/Server Communication in perlipc.

TAP::Formatter::Console::Session - Harness output delegate for default console output

NAME VERSION DESCRIPTION clear_for_close close_test header result NAME TAP::Formatter::Console::Session - Harness output delegate for default console output VERSION Version 3.35 DESCRIPTION This provides console orientated output formatting for TAP::Harness. clear_for_close close_test header result