$COMPILING

$COMPILING

IPC::SysV - System V IPC constants and system calls

NAME SYNOPSIS DESCRIPTION SEE ALSO AUTHORS COPYRIGHT NAME IPC::SysV - System V IPC constants and system calls SYNOPSIS use IPC::SysV qw(IPC_STAT IPC_PRIVATE); DESCRIPTION IPC::SysV defines and conditionally exports all the constants defined in your system include files which are needed by the SysV IPC calls. Common ones include IPC_CREAT IPC_EXCL IPC_NOWAIT IPC_PRIVATE IPC_RMID IPC_SET IPC_STAT GETVAL SETVAL GETPID GETNCNT GETZCNT GETALL SETALL SEM_A SEM_R SEM_UNDO SHM_RDONLY SHM_RND SHMLBA

CPAN::FirstTime - Utility for CPAN::Config file Initialization

NAME SYNOPSIS DESCRIPTION LICENSE NAME CPAN::FirstTime - Utility for CPAN::Config file Initialization SYNOPSIS CPAN::FirstTime::init() DESCRIPTION The init routine asks a few questions and writes a CPAN/Config.pm or CPAN/MyConfig.pm file (depending on what it is currently using). In the following all questions and explanations regarding config variables are collected. auto_commit Normally CPAN.pm keeps config variables in memory and changes need to be saved in a separate 'o conf commit' comm

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