perlcommunity - a brief overview of the Perl community

NAME DESCRIPTIONWhere to Find the Community Mailing Lists and Newsgroups IRC Websites User Groups Workshops Hackathons Conventions Calendar of Perl Events AUTHOR NAME perlcommunity - a brief overview of the Perl community DESCRIPTION This document aims to provide an overview of the vast perl community, which is far too large and diverse to provide a detailed listing. If any specific niche has been forgotten, it is not meant as an insult but an omission for the sake of brevity. The Perl comm

perlclib - Internal replacements for standard C library functions

NAME DESCRIPTIONConventions File Operations File Input and Output File Positioning Memory Management and String Handling Character Class Tests _stdlib.h_ functions Miscellaneous functions SEE ALSO NAME perlclib - Internal replacements for standard C library functions DESCRIPTION One thing Perl porters should note is that perl doesn't tend to use that much of the C standard library internally; you'll see very little use of, for example, the ctype.h functions in there. This is because Perl te

perlcheat - Perl 5 Cheat Sheet

NAME DESCRIPTIONThe sheet ACKNOWLEDGEMENTS AUTHOR SEE ALSO NAME perlcheat - Perl 5 Cheat Sheet DESCRIPTION This 'cheat sheet' is a handy reference, meant for beginning Perl programmers. Not everything is mentioned, but 195 features may already be overwhelming. The sheet CONTEXTS SIGILS ref ARRAYS HASHES void $scalar SCALAR @array %hash scalar @array ARRAY @array[0, 2] @hash{'a', 'b'} list %hash HASH $array[0] $hash{'a'} &am

perlce - Perl for WinCE

NAME Building Perl for WinCEWARNING DESCRIPTION General explanations on cross-compiling WinCE CURRENT BUILD INSTRUCTIONS OLD BUILD INSTRUCTIONS Using Perl on WinCEDESCRIPTION LIMITATIONS ENVIRONMENT REGISTRY XS BUGS INSTALLATION ACKNOWLEDGEMENTS History of WinCE port AUTHORS NAME perlce - Perl for WinCE Building Perl for WinCE WARNING Much of this document has become very out of date and needs updating, rewriting or deleting. The build process was overhauled during the 5.19 development tr

perlcall - Perl calling conventions from C

NAME DESCRIPTION THE CALL_ FUNCTIONS FLAG VALUESG_VOID G_SCALAR G_ARRAY G_DISCARD G_NOARGS G_EVAL G_KEEPERR Determining the Context EXAMPLESNo Parameters, Nothing Returned Passing Parameters Returning a Scalar Returning a List of Values Returning a List in a Scalar Context Returning Data from Perl via the Parameter List Using G_EVAL Using G_KEEPERR Using call_sv Using call_argv Using call_method Using GIMME_V Using Perl to Dispose of Temporaries Strategies for Storing Callback Context Inform

perlbug - how to submit bug reports on Perl

NAME SYNOPSIS DESCRIPTION OPTIONS AUTHORS SEE ALSO BUGS NAME perlbug - how to submit bug reports on Perl SYNOPSIS perlbug perlbug [ -v ] [ -a address ] [ -s subject ] [ -b body | -f inputfile ] [ -F outputfile ] [ -r returnaddress ] [ -e editor ] [ -c adminaddress | -C ] [ -S ] [ -t ] [ -d ] [ -A ] [ -h ] [ -T ] perlbug [ -v ] [ -r returnaddress ] [ -A ] [ -ok | -okay | -nok | -nokay ] perlthanks DESCRIPTION This program is designed to help you generate and send bug reports (and thank-you not

perlbug - how to submit bug reports on Perl

NAME SYNOPSIS DESCRIPTION OPTIONS AUTHORS SEE ALSO BUGS NAME perlbug - how to submit bug reports on Perl SYNOPSIS perlbug perlbug [ -v ] [ -a address ] [ -s subject ] [ -b body | -f inputfile ] [ -F outputfile ] [ -r returnaddress ] [ -e editor ] [ -c adminaddress | -C ] [ -S ] [ -t ] [ -d ] [ -A ] [ -h ] [ -T ] perlbug [ -v ] [ -r returnaddress ] [ -A ] [ -ok | -okay | -nok | -nokay ] perlthanks DESCRIPTION This program is designed to help you generate and send bug reports (and thank-you not

perlbs2000 - building and installing Perl for BS2000.

NAME SYNOPSIS DESCRIPTIONgzip on BS2000 bison on BS2000 Unpacking Perl Distribution on BS2000 Compiling Perl on BS2000 Testing Perl on BS2000 Installing Perl on BS2000 Using Perl in the Posix-Shell of BS2000 Using Perl in "native" BS2000 Floating point anomalies on BS2000 Using PerlIO and different encodings on ASCII and EBCDIC partitions AUTHORS SEE ALSOMailing list HISTORY NAME perlbs2000 - building and installing Perl for BS2000. This document needs to be updated, but we don't know what

perlbot - Links to information on object-oriented programming in Perl

NAME DESCRIPTION NAME perlbot - Links to information on object-oriented programming in Perl DESCRIPTION For information on OO programming with Perl, please see perlootut and perlobj. (The above documents supersede the collection of tricks that was formerly here in perlbot.)

perlboot - Links to information on object-oriented programming in Perl

NAME DESCRIPTION NAME perlboot - Links to information on object-oriented programming in Perl DESCRIPTION For information on OO programming with Perl, please see perlootut and perlobj. (The above documents supersede the tutorial that was formerly here in perlboot.)