Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 917 for host:perldoc.perl.org (0.02 sec)

  1. Tie::Hash.txt

    package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...
    perldoc.perl.org/Tie::Hash.txt
    Registered: Mon Apr 29 06:24:37 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. Tie::Array.txt

    package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...
    perldoc.perl.org/Tie::Array.txt
    Registered: Mon Apr 29 03:23:39 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  3. Test::Tester::Capture.txt

    use strict; package Test::Tester::Capture; our $VERSION = '1.302194'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...
    perldoc.perl.org/Test::Tester::Capture.txt
    Registered: Mon Apr 29 06:02:56 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  4. Time::gmtime.txt

    package Time::gmtime; use strict; use 5.006_001; use Time::tm; our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_...
    perldoc.perl.org/Time::gmtime.txt
    Registered: Mon Apr 29 04:50:42 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. Test::use::ok.txt

    package Test::use::ok; use 5.005; our $VERSION = '1.302194'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...
    perldoc.perl.org/Test::use::ok.txt
    Registered: Mon Apr 29 06:17:26 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. Test2::Util::Trace.txt

    package Test2::Util::Trace; require Test2::EventFacet::Trace; use warnings; use strict; our @ISA = ('Test2::EventFacet::Trace'); our $VERSION = '1.302194'; 1; __END__ =pod =encoding UTF-8 =head1 NA...
    perldoc.perl.org/Test2::Util::Trace.txt
    Registered: Mon Apr 29 05:05:16 UTC 2024
    - 883 bytes
    - Viewed (0)
  7. perl5321delta.txt

    =encoding utf8 =head1 NAME perl5321delta - what is new for perl v5.32.1 =head1 DESCRIPTION This document describes differences between the 5.32.0 release and the 5.32.1 release. If you are upgradin...
    perldoc.perl.org/perl5321delta.txt
    Registered: Wed May 01 07:35:39 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; 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::Zhuyin.txt
    Registered: Mon Apr 29 13:20:19 UTC 2024
    - 110K bytes
    - Viewed (0)
  9. perlintern.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...
    perldoc.perl.org/perlintern.txt
    Registered: Wed May 01 11:41:27 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  10. perlhack.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhack.pod =head1 NAME perlhack - How to hack on Perl =head1 DESCRIPTION This document ...
    perldoc.perl.org/perlhack.txt
    Registered: Wed May 01 09:57:12 UTC 2024
    - 44K bytes
    - Viewed (0)
Back to top