- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2061 - 2070 of 3,449 for filetype:txt (0.18 sec)
-
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: Fri Aug 29 09:44:27 UTC 2025 - 47.5K bytes - Viewed (0) -
Test::Builder.txt
package Test::Builder; use 5.006; use strict; use warnings; our $VERSION = '1.302210'; use Scalar::Util qw/blessed reftype weaken/; use Test2::Util qw/USE_THREADS try get_tid/; use Test2::API qw/co...perldoc.perl.org/Test::Builder.txtRegistered: Fri Aug 29 13:10:49 UTC 2025 - 63.4K bytes - Viewed (0) -
Test2::Workflow.txt
package Test2::Workflow; use strict; use warnings; our $VERSION = '1.302210'; our @EXPORT_OK = qw/parse_args current_build build root_build init_root build_stack/; use base 'Exporter'; use Test2::W...perldoc.perl.org/Test2::Workflow.txtRegistered: Fri Aug 29 11:12:55 UTC 2025 - 7.1K bytes - Viewed (0) -
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: Fri Aug 29 10:08:02 UTC 2025 - 5.9K bytes - Viewed (0) -
Test2::Util::Stash.txt
package Test2::Util::Stash; use strict; use warnings; our $VERSION = '1.302210'; 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.txtRegistered: Fri Aug 29 09:50:32 UTC 2025 - 5.6K bytes - Viewed (0) -
Test2::Workflow::Task::Group.txt
package Test2::Workflow::Task::Group; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use Test2::Workflow::Task::Action; use base 'Test2::Workflow::Task'; use Test2::Util::...perldoc.perl.org/Test2::Workflow::Task::Group.txtRegistered: Fri Aug 29 11:48:40 UTC 2025 - 2.1K bytes - Viewed (0) -
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.txtRegistered: Fri Aug 29 10:01:38 UTC 2025 - 1.4K bytes - Viewed (0) -
Test::Builder::TodoDiag.txt
package Test::Builder::TodoDiag; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) } sub diagnostics { 0 } sub facet_data { ...perldoc.perl.org/Test::Builder::TodoDiag.txtRegistered: Fri Aug 29 12:41:27 UTC 2025 - 1.1K bytes - Viewed (0) -
pack.txt
=over =item pack TEMPLATE,LIST X<pack> Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the concatenation of the converted values....perldoc.perl.org/functions/pack.txtRegistered: Sun Aug 31 16:00:43 UTC 2025 - 25.9K bytes - Viewed (0) -
split.txt
=over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...perldoc.perl.org/functions/split.txtRegistered: Sun Aug 31 11:13:42 UTC 2025 - 7.4K bytes - Viewed (0)