Test::Simple - Basic utilities for writing tests.

NAME SYNOPSIS DESCRIPTION EXAMPLE CAVEATS NOTES HISTORY SEE ALSO AUTHORS MAINTAINERS COPYRIGHT NAME Test::Simple - Basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, 'foo is bar' ); DESCRIPTION ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a d

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

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

Net::Cmd - Network Command class (as used by FTP, SMTP etc)

NAME SYNOPSIS DESCRIPTION USER METHODS CLASS METHODS PSEUDO RESPONSES EXPORTS AUTHOR COPYRIGHT NAME Net::Cmd - Network Command class (as used by FTP, SMTP etc) SYNOPSIS use Net::Cmd; @ISA = qw(Net::Cmd); DESCRIPTION Net::Cmd is a collection of methods that can be inherited by a sub class of IO::Handle . These methods implement the functionality required for a command based protocol, for example FTP and SMTP. USER METHODS These methods provide a user interface to the Net::Cmd object. debug

CORE - Namespace for Perl's core routines

NAME SYNOPSIS DESCRIPTION OVERRIDING CORE FUNCTIONS AUTHOR SEE ALSO NAME CORE - Namespace for Perl's core routines SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::say "yes"; # prints yes BEGIN { *shove = \&CORE::push; } shove @array, 1,2,3; # pushes on to @array DESCRIPTION The CORE namespace gives access to the original built-in functions of Perl. The CORE package is built into Perl, and

Digest::SHA - Perl extension for SHA-1/224/256/384/512

NAME SYNOPSIS SYNOPSIS (HMAC-SHA) ABSTRACT DESCRIPTION UNICODE AND SIDE EFFECTS NIST STATEMENT ON SHA-1 PADDING OF BASE64 DIGESTS EXPORT EXPORTABLE FUNCTIONS SEE ALSO AUTHOR ACKNOWLEDGMENTS COPYRIGHT AND LICENSE NAME Digest::SHA - Perl extension for SHA-1/224/256/384/512 SYNOPSIS In programs: # Functional interface use Digest::SHA qw(sha1 sha1_hex sha1_base64 ...); $digest = sha1($data); $digest = sha1_hex($data); $digest = sha1_base64($data); $digest = sha256($data); $digest = sha384_hex

IO::Dir - supply object methods for directory handles

NAME SYNOPSIS DESCRIPTION SEE ALSO AUTHOR COPYRIGHT NAME IO::Dir - supply object methods for directory handles SYNOPSIS use IO::Dir; $d = IO::Dir->new("."); if (defined $d) { while (defined($_ = $d->read)) { something($_); } $d->rewind; while (defined($_ = $d->read)) { something_else($_); } undef $d; } tie %dir, 'IO::Dir', "."; foreach (keys %dir) { print $_, " " , $dir{$_}->size,"\n"; } DESCRIPTION The IO::Dir package provides

HANDLE->format_lines_left(EXPR)

HANDLE->format_lines_left(EXPR)

Pod::Perldoc - Look up Perl documentation in Pod format.

NAME SYNOPSIS DESCRIPTION SEE ALSO COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Perldoc - Look up Perl documentation in Pod format. SYNOPSIS use Pod::Perldoc (); Pod::Perldoc->run(); DESCRIPTION The guts of perldoc utility. SEE ALSO perldoc COPYRIGHT AND DISCLAIMERS Copyright (c) 2002-2007 Sean M. Burke. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This program is distributed in the hope that it will be useful, but without any

perlhpux - Perl version 5 on Hewlett-Packard Unix (HP-UX) systems

NAME DESCRIPTIONUsing perl as shipped with HP-UX Using perl from HP's porting centre Other prebuilt perl binaries Compiling Perl 5 on HP-UX PA-RISC Portability Between PA-RISC Versions PA-RISC 1.0 PA-RISC 1.1 PA-RISC 2.0 Itanium Processor Family (IPF) and HP-UX Itanium, Itanium 2 & Madison 6 HP-UX versions Building Dynamic Extensions on HP-UX The HP ANSI C Compiler The GNU C Compiler Using Large Files with Perl on HP-UX Threaded Perl on HP-UX 64-bit Perl on HP-UX Oracle on HP-UX GDBM and T