Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1431 - 1440 of 3,197 for filetype:txt (0.2 sec)

  1. Test2::Workflow.txt

    package Test2::Workflow; use strict; use warnings; our $VERSION = '0.000162'; 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: Mon Nov 18 17:45:16 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. Test2::Tools::Basic.txt

    package Test2::Tools::Basic; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::API qw/context/; our @EXPORT = qw{ ok pass fail diag note todo skip plan skip_all do...
    perldoc.perl.org/Test2::Tools::Basic.txt
    Registered: Mon Nov 18 16:19:23 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. 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 Nov 18 20:22:19 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  4. Test2::Require.txt

    package Test2::Require; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/context/; use Carp qw/croak/; sub skip { my $class = shift; croak "Class '$class' needs to implement '...
    perldoc.perl.org/Test2::Require.txt
    Registered: Mon Nov 18 16:51:35 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. Test2::Plugin.txt

    package Test2::Plugin; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Plugin - Documentation for plugins =head1 DESCRIPTION Plugins are pack...
    perldoc.perl.org/Test2::Plugin.txt
    Registered: Mon Nov 18 12:33:27 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. 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 Nov 18 21:36:12 UTC 2024
    - 64.9K bytes
    - Viewed (0)
  7. 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 Nov 18 23:18:34 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  8. Unicode::Collate.txt

    package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...
    perldoc.perl.org/Unicode::Collate.txt
    Registered: Mon Nov 18 22:50:18 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Mon Nov 18 21:10:15 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. perlbook.txt

    =head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...
    perldoc.perl.org/perlbook.txt
    Registered: Tue Nov 19 00:27:56 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top