Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3311 - 3320 of 3,417 for filetype:txt (0.05 sec)

  1. 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: Sat Feb 22 17:25:36 UTC 2025
    - 94.8K bytes
    - Viewed (0)
  2. 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: Sat Feb 22 17:31:58 UTC 2025
    - 64.1K bytes
    - Viewed (0)
  3. feature.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....
    perldoc.perl.org/feature.txt
    Registered: Sat Feb 22 16:56:28 UTC 2025
    - 30.3K bytes
    - Viewed (0)
  4. 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: Sat Feb 22 16:41:32 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  5. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Sat Feb 22 19:07:54 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  6. 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: Sat Feb 22 17:11:42 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  7. $).txt

    =over =item $EFFECTIVE_GROUP_ID =item $EGID =item $) X<$)> X<$EGID> X<$EFFECTIVE_GROUP_ID> The effective gid of this process. If you are on a machine that supports membership in multiple groups sim...
    perldoc.perl.org/variables/$).txt
    Registered: Sat Feb 22 18:13:42 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Fri Feb 21 19:36:40 UTC 2025
    - 132.6K bytes
    - Viewed (0)
  9. perlfaq4.txt

    =head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hash...
    perldoc.perl.org/perlfaq4.txt
    Registered: Fri Feb 21 17:53:23 UTC 2025
    - 91K bytes
    - Viewed (0)
  10. perlsyn.txt

    =head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...
    perldoc.perl.org/perlsyn.txt
    Registered: Fri Feb 21 20:29:49 UTC 2025
    - 52.8K bytes
    - Viewed (0)
Back to top