Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. perl5004delta - what's new for perl5.004 - Perl...

    perl5004delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Supported Environments Core Changes List assignment to %ENV...
    perldoc.perl.org/perl5004delta
    Registered: Fri May 10 11:15:58 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  2. ExtUtils::MakeMaker.txt

    # $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...
    perldoc.perl.org/ExtUtils::MakeMaker.txt
    Registered: Tue May 14 11:27:33 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  3. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Registered: Sat May 11 04:28:13 UTC 2024
    - 120.5K bytes
    - Viewed (0)
  4. File::Temp.txt

    package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...
    perldoc.perl.org/File::Temp.txt
    Registered: Tue May 14 20:10:57 UTC 2024
    - 116.1K bytes
    - Viewed (0)
  5. JSON::PP.txt

    package JSON::PP; # JSON-2.0 use 5.008; use strict; use Exporter (); BEGIN { our @ISA = ('Exporter') } use overload (); use JSON::PP::Boolean; use Carp (); use Scalar::Util qw(blessed reftype refad...
    perldoc.perl.org/JSON::PP.txt
    Registered: Tue May 14 19:56:01 UTC 2024
    - 98.2K bytes
    - Viewed (0)
  6. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Mon May 13 15:37:31 UTC 2024
    - 264.1K bytes
    - Viewed (0)
  7. Unicode::Collate::CJK::Pinyin.txt

    package Unicode::Collate::CJK::Pinyin; 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::Pinyin.txt
    Registered: Wed May 08 22:29:29 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  8. perl5120delta - what is new for perl v5.12.0 - ...

    perl5120delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New package NAME VERSION syntax The ... o...
    perldoc.perl.org/perl5120delta
    Registered: Fri May 10 11:17:46 UTC 2024
    - 154.7K bytes
    - Viewed (0)
  9. perl56delta - what's new for perl v5.6.0 - Perl...

    perl56delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements Interpreter cloning, threads, and concurren...
    perldoc.perl.org/perl56delta
    Registered: Fri May 10 11:17:53 UTC 2024
    - 207.2K bytes
    - Viewed (0)
  10. perl5140delta - what is new for perl v5.14.0 - ...

    perl5140delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Notice Core Enhancements Unicode Unicode Version 6.0 is now...
    perldoc.perl.org/perl5140delta
    Registered: Fri May 10 11:17:41 UTC 2024
    - 255.6K bytes
    - Viewed (0)
Back to top