Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 1,419 for content_length:[0 TO 9999] (0.02 sec)

  1. getsockopt.txt

    =over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Sat May 25 11:31:46 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. getsockname.txt

    =over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...
    perldoc.perl.org/functions/getsockname.txt
    Registered: Sat May 25 11:24:51 UTC 2024
    - 464 bytes
    - Viewed (0)
  3. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Sat May 25 12:23:52 UTC 2024
    - 325 bytes
    - Viewed (0)
  4. for.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back
    perldoc.perl.org/functions/for.txt
    Registered: Sat May 25 10:09:21 UTC 2024
    - 194 bytes
    - Viewed (0)
  5. INIT.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back
    perldoc.perl.org/functions/INIT.txt
    Registered: Sat May 25 12:35:32 UTC 2024
    - 178 bytes
    - Viewed (0)
  6. perlmodinstall.txt

    =head1 NAME perlmodinstall - Installing CPAN Modules =head1 DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see L<perlmod> for details. Whenever anyone creates ...
    perldoc.perl.org/perlmodinstall.txt
    Registered: Sat May 25 23:33:03 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. strict.txt

    package strict; $strict::VERSION = "1.12"; my ( %bitmask, %explicit_bitmask ); BEGIN { # Verify that we're called correctly so that strictures will work. # Can't use Carp, since Carp uses us! # see...
    perldoc.perl.org/strict.txt
    Registered: Sun May 26 01:02:26 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. CORE.txt

    =head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...
    perldoc.perl.org/CORE.txt
    Registered: Sun May 26 03:06:27 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Sun May 26 02:14:28 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. CPAN::Debug.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...
    perldoc.perl.org/CPAN::Debug.txt
    Registered: Sun May 26 04:11:21 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top