Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1931 - 1940 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. 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: Mon Apr 07 06:54:24 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Mon Apr 07 06:29:57 UTC 2025
    - 8.4K 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 Apr 07 07:23:58 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  4. Test2::Util::Stash.txt

    package Test2::Util::Stash; use strict; use warnings; our $VERSION = '0.000162'; 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: Mon Apr 07 03:35:19 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  5. 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: Mon Apr 07 06:08:15 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Apr 07 03:12:02 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  7. Test::Builder::TodoDiag.txt

    package Test::Builder::TodoDiag; use strict; use warnings; our $VERSION = '1.302199'; 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: Mon Apr 07 02:04:11 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  8. 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: Mon Apr 07 08:38:12 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. 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: Mon Apr 07 09:37:31 UTC 2025
    - 118.8K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sun Apr 06 12:08:43 UTC 2025
    - 1.7K bytes
    - Viewed (0)
Back to top