Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2401 - 2410 of 2,657 for host:perldoc.perl.org (0.05 sec)

  1. 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/chop
    Registered: Mon Jan 26 13:12:53 UTC 2026
    - 15.9K bytes
    - Viewed (0)
  2. 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/log
    Registered: Mon Jan 26 13:14:11 UTC 2026
    - 15.3K bytes
    - Viewed (0)
  3. 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/join
    Registered: Mon Jan 26 13:15:32 UTC 2026
    - 15.3K bytes
    - Viewed (0)
  4. 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/ord
    Registered: Mon Jan 26 13:09:57 UTC 2026
    - 15.1K bytes
    - Viewed (0)
  5. 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/exp
    Registered: Mon Jan 26 13:13:54 UTC 2026
    - 14.9K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Jan 26 18:48:11 UTC 2026
    - 91.2K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Mon Jan 26 19:03:14 UTC 2026
    - 137.5K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Mon Jan 26 18:27:42 UTC 2026
    - 64.1K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Mon Jan 26 20:03:51 UTC 2026
    - 49K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Mon Jan 26 18:37:56 UTC 2026
    - 22.6K bytes
    - Viewed (0)
Back to top