Math::Complex - complex numbers and associated mathematical functions

NAME SYNOPSIS DESCRIPTION OPERATIONS CREATION DISPLAYINGCHANGED IN PERL 5.6 USAGE CONSTANTSPI Inf ERRORS DUE TO DIVISION BY ZERO OR LOGARITHM OF ZERO ERRORS DUE TO INDIGESTIBLE ARGUMENTS BUGS SEE ALSO AUTHORS LICENSE NAME Math::Complex - complex numbers and associated mathematical functions SYNOPSIS use Math::Complex; $z = Math::Complex->make(5, 6); $t = 4 - 3*i + $z; $j = cplxe(1, 2*pi/3); DESCRIPTION This package lets you create and manipulate complex numbers. By default, Perl limit

default

default These flow-control keywords related to the experimental switch feature are documented in Switch Statements in perlsyn.

endprotoent

endprotoent

podchecker - check the syntax of POD format documentation files

NAME SYNOPSIS OPTIONS AND ARGUMENTS DESCRIPTION RETURN VALUE ERRORS SEE ALSO AUTHORS NAME podchecker - check the syntax of POD format documentation files SYNOPSIS podchecker [-help] [-man] [-(no)warnings] [file ...] OPTIONS AND ARGUMENTS -help Print a brief help message and exit. -man Print the manual page and exit. -warnings -nowarnings Turn on/off printing of warnings. Repeating -warnings increases the warning level, i.e. more warnings are printed. Currently increasing to level two cau

overload - Package for overloading Perl operations

NAME SYNOPSIS DESCRIPTIONFundamentals Overloadable Operations Magic Autogeneration Special Keys for use overload How Perl Chooses an Operator Implementation Losing Overloading Inheritance and Overloading Run-time Overloading Public Functions Overloading Constants IMPLEMENTATION COOKBOOKTwo-face Scalars Two-face References Symbolic Calculator _Really_ Symbolic Calculator AUTHOR SEE ALSO DIAGNOSTICS BUGS AND PITFALLS NAME overload - Package for overloading Perl operations SYNOPSIS packag

Relational Operators

Relational Operators Perl operators that return true or false generally return values that can be safely used as numbers. For example, the relational operators in this section and the equality operators in the next one return 1 for true and a special version of the defined empty string, "" , which counts as a zero but is exempt from warnings about improper numeric conversions, just as "0 but true" is. Binary "<" returns true if the left argument is numerically less than the right argument.

tr

tr/// The transliteration operator. Same as y///. See Quote-Like Operators in perlop.

perlirix - Perl version 5 on Irix systems

NAME DESCRIPTIONBuilding 32-bit Perl in Irix Building 64-bit Perl in Irix About Compiler Versions of Irix Linker Problems in Irix Malloc in Irix Building with threads in Irix Irix 5.3 AUTHOR NAME perlirix - Perl version 5 on Irix systems DESCRIPTION This document describes various features of Irix that will affect how Perl version 5 (hereafter just Perl) is compiled and/or runs. Building 32-bit Perl in Irix Use sh Configure -Dcc='cc -n32' to compile Perl 32-bit. Don't bother with -n32 unle

endhostent

endhostent

App::Prove::State::Result - Individual test suite results.

NAME VERSION DESCRIPTION SYNOPSIS METHODSClass Methods state_version test_class NAME App::Prove::State::Result - Individual test suite results. VERSION Version 3.35 DESCRIPTION The prove command supports a --state option that instructs it to store persistent state across runs. This module encapsulates the results for a single test suite run. SYNOPSIS # Re-run failed tests $ prove --state=failed,save -rbv METHODS Class Methods new my $result = App::Prove::State::Result->new({ gener