ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker

NAME SYNOPSIS DESCRIPTION NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker SYNOPSIS use ExtUtils::MM_BeOS; # Done internally by ExtUtils::MakeMaker if needed DESCRIPTION See ExtUtils::MM_Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. os_flavor BeOS is BeOS. init_linker libperl.a equivalent to be linked to dynamic extensions. 1; __END__

List::Util - A selection of general-utility list subroutines

NAME SYNOPSIS DESCRIPTION LIST-REDUCTION FUNCTIONS$result = reduce { BLOCK } @list any all none notall first max maxstr min minstr product sum sum0 KEY/VALUE PAIR LIST FUNCTIONSpairgrep pairfirst pairmap pairs pairkeys pairvalues OTHER FUNCTIONSshuffle KNOWN BUGSRT #95409 SUGGESTED ADDITIONS SEE ALSO COPYRIGHT NAME List::Util - A selection of general-utility list subroutines SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); DESCRIPTION List::Util contains a se

h2ph - convert .h C header files to .ph Perl header files

NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES AUTHOR SEE ALSO DIAGNOSTICS BUGS NAME h2ph - convert .h C header files to .ph Perl header files SYNOPSIS h2ph [-d destination directory] [-r | -a] [-l] [-h] [-e] [-D] [-Q] [headerfiles] DESCRIPTION h2ph converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph * sys/* arpa/* netinet/* or cd /usr/include; h2ph -r -l

Net::Config - Local configuration data for libnet

NAME SYNOPSYS DESCRIPTION METHODS NetConfig VALUES NAME Net::Config - Local configuration data for libnet SYNOPSYS use Net::Config qw(%NetConfig); DESCRIPTION Net::Config holds configuration data for the modules in the libnet distribution. During installation you will be asked for these values. The configuration data is held globally in a file in the perl installation tree, but a user may override any of these values by providing their own. This can be done by having a .libnetrc file in thei

syscall

syscall NUMBER, LIST Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimplemented, raises an exception. The arguments are interpreted as follows: if a given argument is numeric, the argument is passed as an int. If not, the pointer to the string value is passed. You are responsible to make sure a string is pre-extended long enough to receive any result that might be written into a string. You can't use a strin

File::Spec::Win32 - methods for Win32 file specs

NAME SYNOPSIS DESCRIPTIONNote For File::Spec::Win32 Maintainers COPYRIGHT SEE ALSO NAME File::Spec::Win32 - methods for Win32 file specs SYNOPSIS require File::Spec::Win32; # Done internally by File::Spec if needed DESCRIPTION See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. devnull Returns a string representation of the null device. tmpdir Returns a string representation of the first ex

IO::Uncompress::Unzip - Read zip files/buffers

NAME SYNOPSIS DESCRIPTION Functional Interfaceunzip $input_filename_or_reference => $output_filename_or_reference [, OPTS] Notes Optional Parameters Examples OO InterfaceConstructor Constructor Options Examples Methodsread read getline getc ungetc inflateSync getHeaderInfo tell eof seek binmode opened autoflush input_line_number fileno close nextStream trailingData Importing EXAMPLESWorking with Net::FTP Walking through a zip file Unzipping a complete zip file to disk SEE ALSO AUTHOR

TAP::Parser::Scheduler::Job - A single testing job.

NAME VERSION SYNOPSIS DESCRIPTION METHODSClass Methods Instance Methods Attributes NAME TAP::Parser::Scheduler::Job - A single testing job. VERSION Version 3.35 SYNOPSIS use TAP::Parser::Scheduler::Job; DESCRIPTION Represents a single test 'job'. METHODS Class Methods new my $job = TAP::Parser::Scheduler::Job->new( $filename, $description ); Given the filename and description of a test as scalars, returns a new TAP::Parser::Scheduler::Job object. Instance Methods on_finish $sel

perlwin32 - Perl under Windows

NAME SYNOPSIS DESCRIPTIONSetting Up Perl on Windows Building Testing Perl on Windows Installation of Perl on Windows Usage Hints for Perl on Windows Running Perl Scripts Miscellaneous Things BUGS AND CAVEATS ACKNOWLEDGEMENTS AUTHORS SEE ALSO HISTORY NAME perlwin32 - Perl under Windows SYNOPSIS These are instructions for building Perl under Windows 2000 and later. DESCRIPTION Before you start, you should glance through the README file found in the top-level directory to which the Perl distri

TAP::Harness - Run test scripts with statistics

NAME VERSION DESCRIPTION SYNOPSIS METHODSClass Methods Instance Methods CONFIGURINGPlugins Module::Build ExtUtils::MakeMaker prove WRITING PLUGINS SUBCLASSINGMethods REPLACING SEE ALSO NAME TAP::Harness - Run test scripts with statistics VERSION Version 3.35 DESCRIPTION This is a simple test harness which allows tests to be run and results automatically aggregated and output to STDOUT. SYNOPSIS use TAP::Harness; my $harness = TAP::Harness->new( \%args ); $harness->runtests(@tests);