Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 184 for content_length:[0 TO 9999] (0.02 sec)

  1. endservent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/endservent.txt Similar Results (29)
    Registered: Wed Sep 17 19:26:20 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  2. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt Similar Results (1)
    Registered: Wed Sep 17 10:37:37 UTC 2025
    - 741 bytes
    - Viewed (0)
  3. 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: Wed Sep 17 10:12:20 UTC 2025
    - 464 bytes
    - Viewed (0)
  4. until.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 194
    perldoc.perl.org/functions/until.txt Similar Results (7)
    Registered: Wed Sep 17 07:15:13 UTC 2025
    - 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 178
    perldoc.perl.org/functions/INIT.txt Similar Results (4)
    Registered: Wed Sep 17 11:40:02 UTC 2025
    - 178 bytes
    - Viewed (0)
  6. ne.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/ne.txt Similar Results (12)
    Registered: Wed Sep 17 07:08:11 UTC 2025
    - 192 bytes
    - Viewed (0)
  7. binmode.txt

    =over =item binmode FILEHANDLE, LAYER X<binmode> X<binary> X<text> X<DOS> X<Windows> =item binmode FILEHANDLE Arranges for FILEHANDLE to be read or written in "binary" or "text" mode on systems whe...
    perldoc.perl.org/functions/binmode.txt
    Registered: Wed Sep 17 02:09:52 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  8. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Wed Sep 17 06:59:29 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. fcntl.txt

    =over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...
    perldoc.perl.org/functions/fcntl.txt
    Registered: Wed Sep 17 03:49:01 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. undef.txt

    =over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...
    perldoc.perl.org/functions/undef.txt
    Registered: Wed Sep 17 01:01:16 UTC 2025
    - 1.1K bytes
    - Viewed (0)
Back to top