Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3351 - 3360 of 3,463 for filetype:txt (0.04 sec)

  1. Test2::Compare::Undef.txt

    package Test2::Compare::Undef; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase; # Overloads '!' for us. use Tes...
    perldoc.perl.org/Test2::Compare::Undef.txt
    Registered: Fri Jun 20 12:53:36 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. Unicode::Collate::CJK::Big5.txt

    package Unicode::Collate::CJK::Big5; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { next ...
    perldoc.perl.org/Unicode::Collate::CJK::Big5.txt
    Registered: Fri Jun 20 19:34:47 UTC 2025
    - 64.9K bytes
    - Viewed (0)
  3. Test2::Event::Generic.txt

    package Test2::Event::Generic; use strict; use warnings; use Carp qw/croak/; use Scalar::Util qw/reftype/; our $VERSION = '1.302199'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use...
    perldoc.perl.org/Test2::Event::Generic.txt
    Registered: Fri Jun 20 14:43:46 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  4. Tie::SubstrHash.txt

    package Tie::SubstrHash 1.01; =head1 NAME Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing =head1 SYNOPSIS require Tie::SubstrHash; tie %myhash, 'Tie::SubstrHash', $key_len, $value_len,...
    perldoc.perl.org/Tie::SubstrHash.txt
    Registered: Fri Jun 20 20:04:22 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  5. Test2::Manual::Tooling::Nesting.txt

    package Test2::Manual::Tooling::Nesting; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Nesting - Tutorial for using other tools within your own...
    perldoc.perl.org/Test2::Manual::Tooling::Nesting.txt
    Registered: Fri Jun 20 17:00:00 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  6. Test2::EventFacet::Info::Table.txt

    package Test2::EventFacet::Info::Table; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/confess/; use Test2::Util::HashBase qw{-header -rows -collapse -no_collapse -as_string}; sub...
    perldoc.perl.org/Test2::EventFacet::Info::Table.txt
    Registered: Fri Jun 20 17:39:26 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  7. Test2::Require.txt

    package Test2::Require; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context/; use Carp qw/croak/; sub skip { my $class = shift; croak "Class '$class' needs to implement '...
    perldoc.perl.org/Test2::Require.txt
    Registered: Fri Jun 20 17:54:13 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  8. Test2::Plugin.txt

    package Test2::Plugin; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Plugin - Documentation for plugins =head1 DESCRIPTION Plugins are pack...
    perldoc.perl.org/Test2::Plugin.txt
    Registered: Fri Jun 20 15:24:32 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  9. Test2::Hub::Interceptor::Terminator.txt

    package Test2::Hub::Interceptor::Terminator; use strict; use warnings; our $VERSION = '1.302199'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Hub::Interceptor::Terminator - Exception class u...
    perldoc.perl.org/Test2::Hub::Interceptor::Terminator.txt
    Registered: Fri Jun 20 16:17:45 UTC 2025
    - 738 bytes
    - Viewed (0)
  10. perl5180delta.txt

    =encoding utf8 =head1 NAME perl5180delta - what is new for perl v5.18.0 =head1 DESCRIPTION This document describes differences between the v5.16.0 release and the v5.18.0 release. If you are upgrad...
    perldoc.perl.org/perl5180delta.txt
    Registered: Sun Jun 22 07:46:27 UTC 2025
    - 116.6K bytes
    - Viewed (0)
Back to top