Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1931 - 1940 of 2,621 for host:perldoc.perl.org (0.14 sec)

  1. 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)
  2. 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)
  3. 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)
  4. VMS::DCLsym.txt

    package VMS::DCLsym; use Carp; use DynaLoader; use strict; # Package globals our @ISA = ( 'DynaLoader' ); our $VERSION = '1.09'; # remember to update version in POD! my(%Locsyms) = ( ':ID' => 'LOCA...
    perldoc.perl.org/VMS::DCLsym.txt
    Registered: Mon Apr 07 06:29:57 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  5. 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: Mon Apr 07 07:23:58 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  6. Test2::Util::Stash.txt

    package Test2::Util::Stash; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use B; our @EXPORT_OK = qw{ get_stash get_glob get_symbol parse_symbol purge_symbol slot_to_sig ...
    perldoc.perl.org/Test2::Util::Stash.txt
    Registered: Mon Apr 07 03:35:19 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  7. Tie::Memoize.txt

    use strict; package Tie::Memoize; use Tie::Hash; our @ISA = 'Tie::ExtraHash'; our $VERSION = '1.1'; our $exists_token = \undef; sub croak {require Carp; goto &Carp::croak} # Format: [0: STORAGE, 1:...
    perldoc.perl.org/Tie::Memoize.txt
    Registered: Mon Apr 07 06:08:15 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. Test2::Manual::Tooling::Plugin::TestingDone.txt

    package Test2::Manual::Tooling::Plugin::TestingDone; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Plugin::TestingDone - Run code when the test file is finished, or when...
    perldoc.perl.org/Test2::Manual::Tooling::Plugin::TestingDone.txt
    Registered: Mon Apr 07 03:12:02 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  9. Test::Builder::TodoDiag.txt

    package Test::Builder::TodoDiag; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } sub diagnostics { 0 } sub facet_data { ...
    perldoc.perl.org/Test::Builder::TodoDiag.txt
    Registered: Mon Apr 07 02:04:11 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  10. Tie::StdHandle.txt

    package Tie::StdHandle; use strict; use Tie::Handle; our @ISA = 'Tie::Handle'; our $VERSION = '4.6'; =head1 NAME Tie::StdHandle - base class definitions for tied handles =head1 SYNOPSIS package New...
    perldoc.perl.org/Tie::StdHandle.txt
    Registered: Mon Apr 07 08:38:12 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top