Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 13 for content_length:[100000 TO 499999] (0.03 sec)

  1. 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 15 16:39:57 UTC 2024
    - 120.5K bytes
    - Viewed (0)
  2. 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: Mon Apr 15 11:25:56 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  3. 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 15 19:47:51 UTC 2024
    - 304.1K bytes
    - Viewed (0)
  4. 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 15 10:47:18 UTC 2024
    - 181.9K bytes
    - Viewed (1)
  5. 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: Tue Apr 16 06:14:12 UTC 2024
    - 134K bytes
    - Viewed (0)
  6. perlfunc.txt

    =head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...
    perldoc.perl.org/perlfunc.txt
    Registered: Mon Apr 15 17:28:27 UTC 2024
    - 412.3K bytes
    - Viewed (0)
  7. perl5160delta.txt

    =encoding utf8 =head1 NAME perl5160delta - what is new for perl v5.16.0 =head1 DESCRIPTION This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgradin...
    perldoc.perl.org/perl5160delta.txt
    Registered: Tue Apr 16 08:47:31 UTC 2024
    - 130.5K 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: Tue Apr 16 03:33:00 UTC 2024
    - 132.6K bytes
    - Viewed (0)
  9. 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: Mon Apr 15 07:48:58 UTC 2024
    - 118.8K bytes
    - Viewed (0)
  10. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; 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::Zhuyin.txt
    Registered: Mon Apr 15 11:33:22 UTC 2024
    - 110K bytes
    - Viewed (0)
Back to top