Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2061 - 2070 of 3,449 for filetype:txt (0.18 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: Fri Aug 29 09:44:27 UTC 2025
    - 47.5K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Fri Aug 29 13:10:49 UTC 2025
    - 63.4K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Fri Aug 29 11:12:55 UTC 2025
    - 7.1K 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 Aug 29 10:08:02 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Fri Aug 29 09:50:32 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Fri Aug 29 11:48:40 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  7. 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: Fri Aug 29 10:01:38 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Fri Aug 29 12:41:27 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sun Aug 31 16:00:43 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sun Aug 31 11:13:42 UTC 2025
    - 7.4K bytes
    - Viewed (0)
Back to top