Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 45 for host:perldoc.perl.org (0.03 sec)

  1. Test2::Transition.txt

    =pod =head1 NAME Test2::Transition - Transition notes when upgrading to Test2 =head1 DESCRIPTION This is where gotchas and breakages related to the Test2 upgrade are documented. The upgrade causes ...
    perldoc.perl.org/Test2::Transition.txt
    Registered: Thu May 16 02:23:00 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. Win32API::File.txt

    # File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...
    perldoc.perl.org/Win32API::File.txt
    Registered: Thu May 16 10:39:27 UTC 2024
    - 95.5K bytes
    - Viewed (0)
  3. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Thu May 16 06:02:32 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.30'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Thu May 16 07:56:23 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  5. enc2xs.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 #!./perl BEGIN { # @INC poking n...
    perldoc.perl.org/enc2xs.txt
    Registered: Thu May 16 12:29:49 UTC 2024
    - 41K bytes
    - Viewed (0)
  6. prove.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 #!/usr/bin/perl -w BEGIN { pop @...
    perldoc.perl.org/prove.txt
    Registered: Thu May 16 13:51:04 UTC 2024
    - 13.4K 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: Thu May 16 05:18:39 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top