- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2401 - 2410 of 2,657 for host:perldoc.perl.org (0.05 sec)
-
chop - Perldoc Browser
functions / chop ( source , CPAN ) # chop VARIABLE # chop( LIST ) # chop Chops off the last character of a string and...perldoc.perl.org/functions/chopRegistered: Mon Jan 26 13:12:53 UTC 2026 - 15.9K bytes - Viewed (0) -
log - Perldoc Browser
functions / log ( source , CPAN ) # log EXPR # log Returns the natural logarithm (base e ) of EXPR. If EXPR is omitte...perldoc.perl.org/functions/logRegistered: Mon Jan 26 13:14:11 UTC 2026 - 15.3K bytes - Viewed (0) -
join - Perldoc Browser
functions / join ( source , CPAN ) # join EXPR,LIST Joins the separate strings of LIST into a single string with fiel...perldoc.perl.org/functions/joinRegistered: Mon Jan 26 13:15:32 UTC 2026 - 15.3K bytes - Viewed (0) -
ord - Perldoc Browser
functions / ord ( source , CPAN ) # ord EXPR # ord Returns the code point of the first character of EXPR. If EXPR is ...perldoc.perl.org/functions/ordRegistered: Mon Jan 26 13:09:57 UTC 2026 - 15.1K bytes - Viewed (0) -
exp - Perldoc Browser
functions / exp ( source , CPAN ) # exp EXPR # exp Returns e (the natural logarithm base) to the power of EXPR. If EX...perldoc.perl.org/functions/expRegistered: Mon Jan 26 13:13:54 UTC 2026 - 14.9K bytes - Viewed (0) -
perlfaq4.txt
=pod =encoding UTF-8 =head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, ...perldoc.perl.org/perlfaq4.txtRegistered: Mon Jan 26 18:48:11 UTC 2026 - 91.2K bytes - Viewed (0) -
Math::BigRat.txt
# # "Tax the rat farms." - Lord Vetinari # # The following hash values are used: # sign : "+", "-", "+inf", "-inf", or "NaN" # _d : denominator # _n : numerator (value = _n/_d) # accuracy : accurac...perldoc.perl.org/Math::BigRat.txtRegistered: Mon Jan 26 19:03:14 UTC 2026 - 137.5K bytes - Viewed (0) -
Unicode::Collate.txt
package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...perldoc.perl.org/Unicode::Collate.txtRegistered: Mon Jan 26 18:27:42 UTC 2026 - 64.1K bytes - Viewed (0) -
Math::Complex.txt
# # Complex numbers and associated mathematical functions # -- Raphael Manfredi Since Sep 1996 # -- Jarkko Hietaniemi Since Mar 1997 # -- Daniel S. Lewart Since Sep 1997 # package Math::Complex; { ...perldoc.perl.org/Math::Complex.txtRegistered: Mon Jan 26 20:03:51 UTC 2026 - 49K bytes - Viewed (0) -
bigint.txt
package bigint; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigint.txtRegistered: Mon Jan 26 18:37:56 UTC 2026 - 22.6K bytes - Viewed (0)