Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. Config.txt

    =head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...
    perldoc.perl.org/Config.txt
    Registered: Sat Apr 27 05:34:54 UTC 2024
    - 253.8K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. perlinterp.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlinterp.pod =head1 NAME perlinterp - An overview of the Perl interpreter =head1 DESCRI...
    perldoc.perl.org/perlinterp.txt
    Registered: Wed May 01 09:20:13 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  10. perl5221delta.txt

    =encoding utf8 =head1 NAME perl5221delta - what is new for perl v5.22.1 =head1 DESCRIPTION This document describes differences between the 5.22.0 release and the 5.22.1 release. If you are upgradin...
    perldoc.perl.org/perl5221delta.txt
    Registered: Wed May 01 12:10:19 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top