Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. perlnewmod.txt

    =head1 NAME perlnewmod - preparing a new module for distribution =head1 DESCRIPTION This document gives you some suggestions about how to go about writing Perl modules, preparing them for distribut...
    perldoc.perl.org/perlnewmod.txt
    Registered: Mon Jan 26 15:17:45 UTC 2026
    - 10.7K bytes
    - Viewed (0)
  8. open.txt

    package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...
    perldoc.perl.org/open.txt
    Registered: Mon Jan 26 18:24:47 UTC 2026
    - 8.3K bytes
    - Viewed (0)
  9. Devel::PPPort.txt

    ########## # # !!!!! Do NOT edit this file directly! -- Edit PPPort_pm.PL instead. !!!!! # # This file was automatically generated from the definition files in the # parts/inc/ subdirectory by PPPo...
    perldoc.perl.org/Devel::PPPort.txt
    Registered: Mon Jan 26 21:10:18 UTC 2026
    - 621.2K bytes
    - Viewed (0)
  10. perlapi.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...
    perldoc.perl.org/perlapi.txt
    Registered: Tue Jan 27 04:22:26 UTC 2026
    - 997.4K bytes
    - Viewed (0)
Back to top