Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 101 - 110 of 121 for host:perldoc.perl.org (0.03 sec)

  1. 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: Thu May 16 04:42:29 UTC 2024
    - 32K bytes
    - Viewed (0)
  2. Test2::API.txt

    package Test2::API; use strict; use warnings; use Time::HiRes qw/time/; use Test2::Util qw/USE_THREADS/; BEGIN { $ENV{TEST_ACTIVE} ||= 1; $ENV{TEST2_ACTIVE} = 1; } our $VERSION = '1.302194'; my $IN...
    perldoc.perl.org/Test2::API.txt
    Registered: Thu May 16 03:57:14 UTC 2024
    - 47.4K 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: Thu May 16 06:46:20 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. 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: Thu May 16 06:17:19 UTC 2024
    - 8.1K 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: Thu May 16 05:54:23 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. 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: Thu May 16 05:47:04 UTC 2024
    - 4.2K 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: Thu May 16 06:39:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. Unicode::Collate::CJK::Stroke.txt

    package Unicode::Collate::CJK::Stroke; 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) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Stroke.txt
    Registered: Thu May 16 05:33:30 UTC 2024
    - 118.8K bytes
    - Viewed (0)
  9. 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: Thu May 16 10:56:36 UTC 2024
    - 64.9K bytes
    - Viewed (0)
  10. h2xs.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] eq ...
    perldoc.perl.org/h2xs.txt
    Registered: Thu May 16 11:53:48 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top