Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 2,642 for host:perldoc.perl.org (0.06 sec)

  1. version::Internals.txt

    =head1 NAME version::Internals - Perl extension for Version Objects =head1 DESCRIPTION Overloaded version objects for all modern versions of Perl. This documents the internal data representation an...
    perldoc.perl.org/version::Internals.txt
    Registered: Fri Aug 29 08:50:18 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  2. Test::Tester.txt

    use strict; package Test::Tester; BEGIN { if (*Test::Builder::new{CODE}) { warn "You should load Test::Tester before Test::Builder (or anything that loads Test::Builder)" } } use Test::Builder; use...
    perldoc.perl.org/Test::Tester.txt
    Registered: Fri Aug 29 09:22:51 UTC 2025
    - 17.9K bytes
    - Viewed (0)
  3. Tie::Hash.txt

    package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...
    perldoc.perl.org/Tie::Hash.txt
    Registered: Fri Aug 29 06:53:14 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  4. Tie::Array.txt

    package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...
    perldoc.perl.org/Tie::Array.txt
    Registered: Fri Aug 29 09:37:18 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  5. Test::Tester::Capture.txt

    use strict; package Test::Tester::Capture; our $VERSION = '1.302210'; use Test::Builder; our @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGIN { use Config; *...
    perldoc.perl.org/Test::Tester::Capture.txt
    Registered: Fri Aug 29 07:12:54 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  6. Test::Builder::Tester::Color.txt

    package Test::Builder::Tester::Color; use strict; our $VERSION = '1.302210'; require Test::Builder::Tester; =head1 NAME Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester =head1...
    perldoc.perl.org/Test::Builder::Tester::Color.txt
    Registered: Fri Aug 29 06:29:39 UTC 2025
    - 973 bytes
    - Viewed (0)
  7. Test2::Util::Trace.txt

    package Test2::Util::Trace; require Test2::EventFacet::Trace; use warnings; use strict; our @ISA = ('Test2::EventFacet::Trace'); our $VERSION = '1.302210'; 1; __END__ =pod =encoding UTF-8 =head1 NA...
    perldoc.perl.org/Test2::Util::Trace.txt
    Registered: Fri Aug 29 07:07:40 UTC 2025
    - 880 bytes
    - Viewed (0)
  8. Test2::Workflow::Task::Action.txt

    package Test2::Workflow::Task::Action; use strict; use warnings; our $VERSION = '1.302210'; use base 'Test2::Workflow::Task'; use Test2::Util::HashBase qw/around/; 1; __END__ =pod =encoding UTF-8 =...
    perldoc.perl.org/Test2::Workflow::Task::Action.txt
    Registered: Fri Aug 29 06:07:43 UTC 2025
    - 784 bytes
    - Viewed (0)
  9. perluniprops.txt

    =begin comment # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 16.0.0. Any changes made here will be lost! To c...
    perldoc.perl.org/perluniprops.txt Similar Results (1)
    Registered: Sat Aug 30 09:06:35 UTC 2025
    - 460.2K bytes
    - Viewed (0)
  10. map.txt

    =over =item map BLOCK LIST X<map> =item map EXPR,LIST Evaluates the BLOCK or EXPR for each element of LIST (locally setting L<C<$_>|perlvar/$_> to each element) and composes a list of the results o...
    perldoc.perl.org/functions/map.txt
    Registered: Sun Aug 31 09:00:55 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top