Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 54 for content_length:[10000 TO 99999] (0.02 sec)

  1. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.36'; # remember to update version in POD! my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; # Verify this Perl supports th...
    perldoc.perl.org/threads.txt
    Registered: Sat May 18 09:00:26 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  2. encoding.txt

    # $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...
    perldoc.perl.org/encoding.txt
    Registered: Sat May 18 09:29:57 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  3. diagnostics.txt

    package diagnostics; =head1 NAME diagnostics, splain - produce verbose warning diagnostics =head1 SYNOPSIS Using the C<diagnostics> pragma: use diagnostics; use diagnostics -verbose; enable diagnos...
    perldoc.perl.org/diagnostics.txt
    Registered: Sat May 18 10:28:15 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  4. perl.txt

    =head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...
    perldoc.perl.org/perl.txt
    Registered: Fri May 17 11:42:58 UTC 2024
    - 17K bytes
    - Viewed (0)
  5. perlhist.txt

    =encoding utf8 =head1 NAME perlhist - the Perl history records =head1 DESCRIPTION This document aims to record the Perl source code releases. =head1 INTRODUCTION Perl history in brief, by Larry Wal...
    perldoc.perl.org/perlhist.txt
    Registered: Fri May 17 12:48:02 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  6. perlmodlib.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by pod/perlmodlib.PL extracting documentation from the Perl source files. Any changes made here will ...
    perldoc.perl.org/perlmodlib.txt
    Registered: Fri May 17 16:11:35 UTC 2024
    - 57.3K bytes
    - Viewed (0)
  7. perlrequick.txt

    =head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...
    perldoc.perl.org/perlrequick.txt
    Registered: Fri May 17 15:58:35 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  8. attributes.txt

    package attributes; our $VERSION = 0.35; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Sat May 18 03:42:43 UTC 2024
    - 16K bytes
    - Viewed (0)
  9. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.44"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Sat May 18 04:39:29 UTC 2024
    - 28K bytes
    - Viewed (0)
  10. CPAN::Meta::Requirements.txt

    use 5.006; # keep at v5.6 for CPAN.pm use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.140'; #pod =head1 SYNOP...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Sat May 18 07:54:36 UTC 2024
    - 31K bytes
    - Viewed (0)
Back to top