Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 991 - 1000 of 1,306 for label:perl (0.03 sec)

  1. 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: Sun Apr 06 08:07:33 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  2. Test2::Manual::Anatomy::Context.txt

    package Test2::Manual::Anatomy::Context; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::Context - Internals documentation for the Context object...
    perldoc.perl.org/Test2::Manual::Anatomy::Context.txt
    Registered: Sun Apr 06 06:25:42 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  3. 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: Sun Apr 06 05:48:46 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  4. Test2::Hub::Interceptor.txt

    package Test2::Hub::Interceptor; use strict; use warnings; our $VERSION = '1.302199'; use Test2::Hub::Interceptor::Terminator(); BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::U...
    perldoc.perl.org/Test2::Hub::Interceptor.txt
    Registered: Sun Apr 06 07:31:18 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  5. Test2::EventFacet::Meta.txt

    package Test2::EventFacet::Meta; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use vars qw/$AUTOLOAD/; # replace set_det...
    perldoc.perl.org/Test2::EventFacet::Meta.txt
    Registered: Sun Apr 06 08:27:55 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  6. Test2::Compare::Bool.txt

    package Test2::Compare::Bool; use strict; use warnings; use Carp qw/confess/; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/input/; # Overloads '!' for us...
    perldoc.perl.org/Test2::Compare::Bool.txt
    Registered: Sun Apr 06 05:05:33 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  7. 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: Mon Apr 07 05:17:42 UTC 2025
    - 64.9K bytes
    - Viewed (0)
  8. Unicode::Collate::CJK::Korean.txt

    package Unicode::Collate::CJK::Korean; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %jamo2prim = ( '1100', 0x4175, '1101', 0x4176, '1102', 0x4177, '1103', 0x4178, '1105', 0x417A, ...
    perldoc.perl.org/Unicode::Collate::CJK::Korean.txt
    Registered: Mon Apr 07 09:14:54 UTC 2025
    - 47.5K bytes
    - Viewed (0)
  9. Unicode::Collate::CJK::JISX0208.txt

    package Unicode::Collate::CJK::JISX0208; 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) { n...
    perldoc.perl.org/Unicode::Collate::CJK::JISX0208.txt
    Registered: Mon Apr 07 05:45:49 UTC 2025
    - 32K bytes
    - Viewed (0)
  10. VMS::Filespec.txt

    # Perl hooks into the routines in vms.c for interconversion # of VMS and Unix file specification syntax. # # Version: see $VERSION below # Author: Charles Bailey bailey@newman.upenn.edu # Revised: ...
    perldoc.perl.org/VMS::Filespec.txt
    Registered: Mon Apr 07 06:54:24 UTC 2025
    - 15.4K bytes
    - Viewed (0)
Back to top