Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 349 for content_length:[10000 TO 99999] (0.02 sec)

  1. Unicode::Collate::CJK::GB2312.txt

    package Unicode::Collate::CJK::GB2312; 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::GB2312.txt
    Registered: Wed May 08 18:50:03 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  2. Test::Tutorial.txt

    =head1 NAME Test::Tutorial - A tutorial about writing really basic tests =head1 DESCRIPTION I<AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me...
    perldoc.perl.org/Test::Tutorial.txt
    Registered: Wed May 08 12:28:47 UTC 2024
    - 18.9K bytes
    - Viewed (26)
  3. Thread::Queue.txt

    package Thread::Queue; use strict; use warnings; our $VERSION = '3.14'; # remember to update version in POD! $VERSION = eval $VERSION; use threads::shared 1.21; use Scalar::Util 1.10 qw(looks_like_...
    perldoc.perl.org/Thread::Queue.txt
    Registered: Wed May 08 12:38:19 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. Test2::Formatter::TAP.txt

    package Test2::Formatter::TAP; use strict; use warnings; our $VERSION = '1.302194'; use Test2::Util qw/clone_io/; use Test2::Util::HashBase qw{ no_numbers handles _encoding _last_fh -made_assertion...
    perldoc.perl.org/Test2::Formatter::TAP.txt
    Registered: Wed May 08 18:20:52 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.37'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Fri May 03 19:07:43 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  6. bignum.txt

    package bignum; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.66'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bignum.txt
    Registered: Fri May 03 19:23:27 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  7. Unicode::Collate::Locale.txt

    package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...
    perldoc.perl.org/Unicode::Collate::Locale.txt
    Registered: Fri May 03 18:21:36 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  8. I18N::LangTags.txt

    # Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...
    perldoc.perl.org/I18N::LangTags.txt
    Registered: Tue May 07 08:21:50 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  9. IO::Socket.txt

    # IO::Socket.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...
    perldoc.perl.org/IO::Socket.txt
    Registered: Tue May 07 09:27:51 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  10. Math::Trig.txt

    # # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...
    perldoc.perl.org/Math::Trig.txt
    Registered: Tue May 07 11:39:29 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top