Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 31 for host:perldoc.perl.org (0.06 sec)

  1. perl5180delta.txt

    =encoding utf8 =head1 NAME perl5180delta - what is new for perl v5.18.0 =head1 DESCRIPTION This document describes differences between the v5.16.0 release and the v5.18.0 release. If you are upgrad...
    perldoc.perl.org/perl5180delta.txt
    Registered: Thu May 30 07:07:16 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  2. perl58delta.txt

    =head1 NAME perl58delta - what is new for perl v5.8.0 =head1 DESCRIPTION This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were alr...
    perldoc.perl.org/perl58delta.txt
    Registered: Thu May 30 03:21:12 UTC 2024
    - 112.5K bytes
    - Viewed (0)
  3. perl56delta.txt

    =head1 NAME perl56delta - what's new for perl v5.6.0 =head1 DESCRIPTION This document describes differences between the 5.005 release and the 5.6.0 release. =head1 Core Enhancements =head2 Interpre...
    perldoc.perl.org/perl56delta.txt
    Registered: Thu May 30 03:44:41 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  4. 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: Tue May 28 18:04:19 UTC 2024
    - 118.8K bytes
    - Viewed (0)
  5. perl5200delta.txt

    =encoding utf8 =head1 NAME perl5200delta - what is new for perl v5.20.0 =head1 DESCRIPTION This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgradin...
    perldoc.perl.org/perl5200delta.txt
    Registered: Wed May 29 23:36:54 UTC 2024
    - 112.8K bytes
    - Viewed (0)
  6. perlre.txt

    =head1 NAME X<regular expression> X<regex> X<regexp> perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't used regular ...
    perldoc.perl.org/perlre.txt
    Registered: Fri May 31 17:22:46 UTC 2024
    - 132.6K bytes
    - Viewed (0)
  7. 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: Mon May 27 13:38:25 UTC 2024
    - 98.2K bytes
    - Viewed (0)
  8. 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: Mon May 27 01:44:42 UTC 2024
    - 116.1K bytes
    - Viewed (0)
  9. 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 27 13:14:51 UTC 2024
    - 264.1K bytes
    - Viewed (0)
  10. 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: Sat Jun 01 01:45:58 UTC 2024
    - 106.7K bytes
    - Viewed (0)
Back to top