${^OPEN}

${^OPEN} An internal variable used by PerlIO. A string in two parts, separated by a \0 byte, the first part describes the input layers, the second part describes the output layers. This variable was added in Perl v5.8.0.

Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser

NAME SYNOPSIS DESCRIPTION SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser SYNOPSIS (See Pod::Simple::PullParser) DESCRIPTION When you do $parser->get_token on a Pod::Simple::PullParser, you might get an object of this class. This is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these methods: $token->text This returns the text that this token holds. For example, parsi

ExtUtils::Liblist - determine libraries to use and how to use them

NAME SYNOPSIS DESCRIPTIONEXTRALIBS LDLOADLIBS and LD_RUN_PATH BSLOADLIBS PORTABILITYVMS implementation Win32 implementation SEE ALSO NAME ExtUtils::Liblist - determine libraries to use and how to use them SYNOPSIS require ExtUtils::Liblist; $MM->ext($potential_libs, $verbose, $need_names); # Usually you can get away with: ExtUtils::Liblist->ext($potential_libs, $verbose, $need_names) DESCRIPTION This utility takes a list of libraries in the form -llib1 -llib2 -llib3 and returns l

threads::shared - Perl extension for sharing data structures between threads

NAME VERSION SYNOPSIS DESCRIPTION EXPORT FUNCTIONS OBJECTS NOTES WARNINGS BUGS AND LIMITATIONS SEE ALSO AUTHOR LICENSE NAME threads::shared - Perl extension for sharing data structures between threads VERSION This document describes threads::shared version 1.48 SYNOPSIS use threads; use threads::shared; my $var :shared; my %hsh :shared; my @ary :shared; my ($scalar, @array, %hash); share($scalar); share(@array); share(%hash); $var = $scalar_value; $var = $shared_ref_value; $var = shared_cl

ExtUtils::Command::MM - Commands for the MM's to use in Makefiles

NAME SYNOPSIS DESCRIPTION NAME ExtUtils::Command::MM - Commands for the MM's to use in Makefiles SYNOPSIS perl "-MExtUtils::Command::MM" -e "function" "--" arguments... DESCRIPTION FOR INTERNAL USE ONLY! The interface is not stable. ExtUtils::Command::MM encapsulates code which would otherwise have to be done with large "one" liners. Any $(FOO) used in the examples are make variables, not Perl. test_harness test_harness($verbose, @test_libs); Runs the tests on @ARGV via Test::Harness passi

setgrent

setgrent

getpwuid

getpwuid UID

Text::Balanced - Extract delimited text sequences from strings.

NAME SYNOPSIS DESCRIPTIONGeneral behaviour in list contexts General behaviour in scalar and void contexts A note about prefixes extract_delimited extract_bracketed extract_variable extract_tagged gen_extract_tagged extract_quotelike extract_quotelike and "here documents" extract_codeblock extract_multiple gen_delimited_pat delimited_pat DIAGNOSTICS AUTHOR BUGS AND IRRITATIONS COPYRIGHT NAME Text::Balanced - Extract delimited text sequences from strings. SYNOPSIS use Text::Balanced qw ( ex

perlnetware - Perl for NetWare

NAME DESCRIPTION BUILDTools & SDK Setup Make Interpreter Extensions INSTALL BUILD NEW EXTENSIONS ACKNOWLEDGEMENTS AUTHORS DATE NAME perlnetware - Perl for NetWare DESCRIPTION This file gives instructions for building Perl 5.7 and above, and also Perl modules for NetWare. Before you start, you may want to read the README file found in the top level directory into which the Perl source code distribution was extracted. Make sure you read and understand the terms under which the software is

perllocale - Perl locale handling (internationalization and localization)

NAME DESCRIPTION WHAT IS A LOCALE PREPARING TO USE LOCALES USING LOCALESThe "use locale" pragma The setlocale function Finding locales LOCALE PROBLEMS Testing for broken locales Temporarily fixing locale problems Permanently fixing locale problems Permanently fixing your system's locale configuration Fixing system locale configuration The localeconv function I18N::Langinfo LOCALE CATEGORIESCategory LC_COLLATE: Collation Category LC_CTYPE: Character Types Category LC_NUMERIC: Numeric Formatti