Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 31 for host:perldoc.perl.org (0.02 sec)

  1. CPAN.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...
    perldoc.perl.org/CPAN.txt
    Registered: Fri Apr 26 21:06:21 UTC 2024
    - 144.4K bytes
    - Viewed (0)
  2. perldiag.txt

    =head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation ...
    perldoc.perl.org/perldiag.txt
    Registered: Mon Apr 29 15:02:12 UTC 2024
    - 304.1K bytes
    - Viewed (0)
  3. perl5140delta.txt

    =encoding utf8 =head1 NAME perl5140delta - what is new for perl v5.14.0 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgradin...
    perldoc.perl.org/perl5140delta.txt
    Registered: Thu May 02 00:48:03 UTC 2024
    - 140.9K bytes
    - Viewed (0)
  4. 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 Apr 27 11:58:44 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  5. 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: Sat Apr 27 23:14:00 UTC 2024
    - 116.1K bytes
    - Viewed (0)
  6. 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: Sat Apr 27 22:35:48 UTC 2024
    - 98.2K bytes
    - Viewed (0)
  7. 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: Mon Apr 29 20:15:28 UTC 2024
    - 120.5K bytes
    - Viewed (0)
  8. 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: Sat Apr 27 17:25:13 UTC 2024
    - 264.1K bytes
    - Viewed (0)
  9. perlglossary.txt

    =encoding utf8 =head1 NAME perlglossary - Perl Glossary =head1 VERSION version 5.20210520 =head1 DESCRIPTION A glossary of terms (technical and otherwise) used in the Perl documentation, derived fr...
    perldoc.perl.org/perlglossary.txt
    Registered: Wed May 01 13:34:20 UTC 2024
    - 134K bytes
    - Viewed (0)
  10. Unicode::UCD.txt

    package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.78'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...
    perldoc.perl.org/Unicode::UCD.txt
    Registered: Mon Apr 29 12:58:59 UTC 2024
    - 181.9K bytes
    - Viewed (1)
Back to top