- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2421 - 2430 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
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.txtRegistered: Wed Apr 23 04:16:35 UTC 2025 - 5.9K bytes - Viewed (0) -
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.txtRegistered: Tue Apr 22 23:50:39 UTC 2025 - 3.6K bytes - Viewed (0) -
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.txtRegistered: Wed Apr 23 01:30:23 UTC 2025 - 2.7K bytes - Viewed (0) -
Test2::Event::Encoding.txt
package Test2::Event::Encoding; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw/enc...perldoc.perl.org/Test2::Event::Encoding.txtRegistered: Wed Apr 23 00:24:37 UTC 2025 - 1.7K bytes - Viewed (0) -
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.txtRegistered: Wed Apr 23 08:47:15 UTC 2025 - 64.9K bytes - Viewed (0) -
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.txtRegistered: Wed Apr 23 11:45:10 UTC 2025 - 47.5K bytes - Viewed (0) -
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.txtRegistered: Wed Apr 23 08:38:36 UTC 2025 - 32K bytes - Viewed (0) -
Text::Wrap.txt
use strict; use warnings; package Text::Wrap; use warnings::register; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( wrap fill ); our @EXPORT_OK = qw( $columns $break $h...perldoc.perl.org/Text::Wrap.txtRegistered: Wed Apr 23 08:15:26 UTC 2025 - 8.7K bytes - Viewed (0) -
Test2::Workflow::Runner.txt
package Test2::Workflow::Runner; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API(); use Test2::Todo(); use Test2::AsyncSubtest(); use Test2::Util qw/get_tid CAN_REALLY_FORK/; us...perldoc.perl.org/Test2::Workflow::Runner.txtRegistered: Wed Apr 23 09:16:14 UTC 2025 - 12.6K bytes - Viewed (0) -
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.txtRegistered: Wed Apr 23 06:41:15 UTC 2025 - 8.4K bytes - Viewed (0)