Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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)
  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. 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)
  5. 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: Thu May 16 05:33:30 UTC 2024
    - 118.8K bytes
    - Viewed (0)
  6. B::Deparse.txt

    # B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...
    perldoc.perl.org/B::Deparse.txt
    Registered: Mon May 13 21:20:03 UTC 2024
    - 215.7K bytes
    - Viewed (0)
  7. 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: Mon May 13 05:28:32 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  8. 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 10 21:19:34 UTC 2024
    - 132.6K bytes
    - Viewed (0)
  9. 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: Mon May 13 03:20:59 UTC 2024
    - 112.8K bytes
    - Viewed (0)
  10. 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: Mon May 13 05:51:00 UTC 2024
    - 112.5K bytes
    - Viewed (0)
Back to top