perlpacktut - tutorial on pack and unpack

NAME DESCRIPTION The Basic Principle Packing Text Packing NumbersIntegers Unpacking a Stack Frame How to Eat an Egg on a Net Byte-order modifiers Floating point Numbers Exotic TemplatesBit Strings Uuencoding Doing Sums Unicode Another Portable Binary Encoding Template Grouping Lengths and WidthsString Lengths Dynamic Templates Counting Repetitions Intel HEX Packing and Unpacking C StructuresThe Alignment Pit Dealing with Endian-ness Alignment, Take 2 Alignment, Take 3 Pointers for How to

Net::Netrc - OO interface to users netrc file

NAME SYNOPSIS DESCRIPTION THE .netrc FILE CONSTRUCTOR METHODS AUTHOR SEE ALSO COPYRIGHT NAME Net::Netrc - OO interface to users netrc file SYNOPSIS use Net::Netrc; $mach = Net::Netrc->lookup('some.machine'); $login = $mach->login; ($login, $password, $account) = $mach->lpa; DESCRIPTION Net::Netrc is a class implementing a simple interface to the .netrc file used as by the ftp program. Net::Netrc also implements security checks just like the ftp program, these checks are, first that

Encode::JP::JIS7 -- internally used by Encode::JP

NAME NAME Encode::JP::JIS7 -- internally used by Encode::JP

accept

accept NEWSOCKET,GENERICSOCKET Accepts an incoming socket connect, just as accept(2) does. Returns the packed address if it succeeded, false otherwise. See the example in Sockets: Client/Server Communication in perlipc. On systems that support a close-on-exec flag on files, the flag will be set for the newly opened file descriptor, as determined by the value of $^F. See $^F in perlvar.

ExtUtils::CBuilder::Platform::Windows - Builder class for Windows platforms

NAME DESCRIPTION AUTHOR SEE ALSO NAME ExtUtils::CBuilder::Platform::Windows - Builder class for Windows platforms DESCRIPTION This module implements the Windows-specific parts of ExtUtils::CBuilder. Most of the Windows-specific stuff has to do with compiling and linking C code. Currently we support the 3 compilers perl itself supports: MSVC, BCC, and GCC. This module inherits from ExtUtils::CBuilder::Base , so any functionality not implemented here will be implemented there. The interfaces ar

TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers

NAME VERSION SYNOPSIS DESCRIPTION METHODSClass Methods Instance Methods See Also NAME TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers VERSION Version 3.35 SYNOPSIS use TAP::Parser::Multiplexer; my $mux = TAP::Parser::Multiplexer->new; $mux->add( $parser1, $stash1 ); $mux->add( $parser2, $stash2 ); while ( my ( $parser, $stash, $result ) = $mux->next ) { # do stuff } DESCRIPTION TAP::Parser::Multiplexer gathers input from multiple TAP::Parsers. Internally it call

ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic

NAME SYNOPSIS DESCRIPTION NAME ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic SYNOPSIS # MM_MacOS no longer contains any code. This is just a stub. DESCRIPTION Once upon a time, MakeMaker could produce an approximation of a correct Makefile on MacOS Classic (MacPerl). Due to a lack of maintainers, this fell out of sync with the rest of MakeMaker and hadn't worked in years. Since there's little chance of it being repaired, MacOS Classic is fading away, and the code was icky t

ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader

NAME SYNOPSIS DESCRIPTION NAME ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader SYNOPSIS Mkbootstrap DESCRIPTION Mkbootstrap typically gets called from an extension Makefile. There is no *.bs file supplied with the extension. Instead, there may be a *_BS file which has code for the special cases, like posix for berkeley db on the NeXT. This file will get parsed, and produce a maybe empty @DynaLoader::dl_resolve_using array for the current architecture. That will be extende

perlapi - autogenerated documentation for the perl public API

NAME DESCRIPTION "Gimme" Values Array Manipulation Functions xsubpp variables and internal functions Callback Functions Character case changing Character classification Cloning an interpreter Compile-time scope hooks COP Hint Hashes COP Hint Reading Custom Operators CV Manipulation Functions Debugging Utilities Display and Dump functions Embedding Functions Exception Handling (simple) Macros Global Variables GV Functions Handy Values Hash Manipulation Functions Hook manipulation Lexer interfac

CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm

NAME SYNOPSIS DESCRIPTION AUTHOR LICENSE NAME CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm SYNOPSIS use CPAN::Kwalify; validate($schema_name, $data, $file, $doc); DESCRIPTION _validate($schema_name, $data, $file, $doc) $schema_name is the name of a supported schema. Currently only distroprefs is supported. $data is the data to be validated. $file is the absolute path to the file the data are coming from. $doc is the index of the document within $doc that is to be validated. The