Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 53 of 53 for content_length:[10000 TO 99999] (0.01 sec)

  1. CPAN::Meta::YAML.txt

    use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.68-2-gcc5324e # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...
    perldoc.perl.org/CPAN::Meta::YAML.txt
    Registered: Sat May 18 09:14:42 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  2. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.68'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Sat May 18 09:52:03 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. utf8.txt

    package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...
    perldoc.perl.org/utf8.txt
    Registered: Sat May 18 09:59:20 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top