Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2321 - 2330 of 2,621 for host:perldoc.perl.org (0.04 sec)

  1. Test2::API::InterceptResult::Hub.txt

    package Test2::API::InterceptResult::Hub; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase; sub init { my $self...
    perldoc.perl.org/Test2::API::InterceptResult::Hub.txt
    Registered: Mon Apr 21 23:37:26 UTC 2025
    - 969 bytes
    - Viewed (0)
  2. List::Util::XS.txt

    package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.63"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was comp...
    perldoc.perl.org/List::Util::XS.txt
    Registered: Mon Apr 21 17:13:21 UTC 2025
    - 1018 bytes
    - Viewed (0)
  3. TAP::Parser::Result::Unknown.txt

    package TAP::Parser::Result::Unknown; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Unknown - Unknown result token. =head1 VERSION Version 3.48 =cut our...
    perldoc.perl.org/TAP::Parser::Result::Unknown.txt
    Registered: Mon Apr 21 22:34:21 UTC 2025
    - 734 bytes
    - Viewed (0)
  4. Pod::Simple::Search.txt

    package Pod::Simple::Search; use strict; use warnings; our $VERSION = '3.45'; ## Current version of this package BEGIN { *DEBUG = sub () {0} unless defined &DEBUG; } # set DEBUG level use Carp (); ...
    perldoc.perl.org/Pod::Simple::Search.txt
    Registered: Tue Apr 22 03:48:02 UTC 2025
    - 34.9K bytes
    - Viewed (0)
  5. Test2::API::Instance.txt

    package Test2::API::Instance; use strict; use warnings; our $VERSION = '1.302199'; our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/; use Carp qw/confess carp/...
    perldoc.perl.org/Test2::API::Instance.txt
    Registered: Tue Apr 22 03:41:59 UTC 2025
    - 21.2K 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: Tue Apr 22 00:45:50 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  7. Test2::Compare::Array.txt

    package Test2::Compare::Array; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/inref meta ending items order for_each/; use Carp q...
    perldoc.perl.org/Test2::Compare::Array.txt
    Registered: Tue Apr 22 02:42:11 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  8. Sub::Util.txt

    # Copyright (c) 2014 Paul Evans <leonerd@leonerd.org.uk>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. packa...
    perldoc.perl.org/Sub::Util.txt
    Registered: Tue Apr 22 01:57:37 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  9. Search::Dict.txt

    package Search::Dict; require 5.000; require Exporter; my $fc_available; BEGIN { $fc_available = '5.015008'; if ( $] ge $fc_available ) { require feature; 'feature'->import('fc'); # string avoids w...
    perldoc.perl.org/Search::Dict.txt
    Registered: Tue Apr 22 03:51:58 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  10. TAP::Base.txt

    package TAP::Base; use strict; use warnings; use base 'TAP::Object'; =head1 NAME TAP::Base - Base class that provides common functionality to L<TAP::Parser> and L<TAP::Harness> =head1 VERSION Versi...
    perldoc.perl.org/TAP::Base.txt
    Registered: Tue Apr 22 03:19:43 UTC 2025
    - 2.2K bytes
    - Viewed (0)
Back to top