Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2341 - 2350 of 2,641 for host:perldoc.perl.org (0.22 sec)

  1. perllol.txt

    =head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...
    perldoc.perl.org/perllol.txt
    Registered: Tue Jul 08 05:57:59 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  2. perlbook.txt

    =head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...
    perldoc.perl.org/perlbook.txt
    Registered: Tue Jul 08 06:33:36 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  3. 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: Tue Jul 08 08:15:51 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  4. Test2::Event.txt

    package Test2::Event; use strict; use warnings; our $VERSION = '1.302210'; use Scalar::Util qw/blessed reftype/; use Carp qw/croak/; use Test2::Util::HashBase qw/trace -amnesty uuid -_eid -hubs/; u...
    perldoc.perl.org/Test2::Event.txt
    Registered: Sat Jul 12 13:30:45 UTC 2025
    - 22.1K bytes
    - Viewed (0)
  5. Test2::Hub.txt

    package Test2::Hub; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/carp croak confess/; use Test2::Util qw/get_tid gen_uid/; use Scalar::Util qw/weaken/; use List::Util qw/first/;...
    perldoc.perl.org/Test2::Hub.txt
    Registered: Sat Jul 12 12:27:52 UTC 2025
    - 22.3K bytes
    - Viewed (0)
  6. Term::Cap.txt

    package Term::Cap; # Since the debugger uses Term::ReadLine which uses Term::Cap, we want # to load as few modules as possible. This includes Carp.pm. sub carp { require Carp; goto &Carp::carp; } s...
    perldoc.perl.org/Term::Cap.txt
    Registered: Sat Jul 12 12:45:41 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  7. Test2::Compare::Meta.txt

    package Test2::Compare::Meta; use strict; use warnings; use Test2::Compare::Delta(); use Test2::Compare::Isa(); use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase...
    perldoc.perl.org/Test2::Compare::Meta.txt
    Registered: Sat Jul 12 15:07:26 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. Test2::Event::Encoding.txt

    package Test2::Event::Encoding; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw/enc...
    perldoc.perl.org/Test2::Event::Encoding.txt
    Registered: Sat Jul 12 15:30:59 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  9. Test2::Compare::Bool.txt

    package Test2::Compare::Bool; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/input/; # Overloads '!' for us...
    perldoc.perl.org/Test2::Compare::Bool.txt
    Registered: Sat Jul 12 15:49:20 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  10. Test2::Compare::String.txt

    package Test2::Compare::String; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/input/; # Overloads '!' for ...
    perldoc.perl.org/Test2::Compare::String.txt
    Registered: Sat Jul 12 14:52:14 UTC 2025
    - 1.8K bytes
    - Viewed (0)
Back to top