Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2171 - 2180 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. $^N - Perldoc Browser

    variables / $^N ( source , CPAN ) # $LAST_SUBMATCH_RESULT # $^N The text matched by the used group most-recently clos...
    perldoc.perl.org/variables/$^N
    Registered: Mon Jan 26 12:28:45 UTC 2026
    - 16.3K bytes
    - Viewed (0)
  2. perltoot - Links to information on object-orien...

    perltoot ( source , CPAN ) CONTENTS NAME DESCRIPTION # NAME perltoot - Links to information on object-oriented progra...
    perldoc.perl.org/perltoot
    Registered: Mon Jan 26 12:17:12 UTC 2026
    - 14.8K bytes
    - Viewed (0)
  3. $^R - Perldoc Browser

    variables / $^R ( source , CPAN ) # $LAST_REGEXP_CODE_RESULT # $^R The result of evaluation of the last successful (?...
    perldoc.perl.org/variables/$^R
    Registered: Mon Jan 26 12:33:19 UTC 2026
    - 15.4K bytes
    - Viewed (0)
  4. List::Util.txt

    # Copyright (c) 1997-2009 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Ma...
    perldoc.perl.org/List::Util.txt
    Registered: Mon Jan 26 21:40:35 UTC 2026
    - 26.4K bytes
    - Viewed (0)
  5. CPAN::Meta::YAML.txt

    use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.75-3-g85169f1 # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...
    perldoc.perl.org/CPAN::Meta::YAML.txt
    Registered: Mon Jan 26 23:36:00 UTC 2026
    - 26.4K bytes
    - Viewed (0)
  6. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.70'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Mon Jan 26 20:19:17 UTC 2026
    - 20.1K bytes
    - Viewed (0)
  7. DB.txt

    # # Documentation is at the __END__ # package DB; # "private" globals my ($running, $ready, $deep, $usrctxt, $evalarg, @stack, @saved, @skippkg, @clients); my $preeval = {}; my $posteval = {}; my $...
    perldoc.perl.org/DB.txt
    Registered: Mon Jan 26 22:26:19 UTC 2026
    - 18.5K bytes
    - Viewed (0)
  8. utf8.txt

    package utf8; use strict; use warnings; our $utf8_hint_bits = 0x00800000; our $ascii_hint_bits = 0x00000010; # Turned off when utf8 turned on our $VERSION = '1.27'; our $AUTOLOAD; sub import { $^H ...
    perldoc.perl.org/utf8.txt
    Registered: Mon Jan 26 22:04:54 UTC 2026
    - 10.7K bytes
    - Viewed (0)
  9. Term::Table.txt

    package Term::Table; use strict; use warnings; our $VERSION = '0.024'; use Term::Table::Cell(); use Term::Table::Util qw/term_size uni_length USE_GCS/; use Scalar::Util qw/blessed/; use List::Util ...
    perldoc.perl.org/Term::Table.txt
    Registered: Mon Jan 26 22:50:35 UTC 2026
    - 12.7K bytes
    - Viewed (0)
  10. Math::BigInt::FastCalc.txt

    package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....
    perldoc.perl.org/Math::BigInt::FastCalc.txt
    Registered: Mon Jan 26 21:04:16 UTC 2026
    - 6.3K bytes
    - Viewed (0)
Back to top