Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 6,183 for content_length:[0 TO 9999] (0.04 sec)

  1. log.txt

    =over =item log EXPR X<log> X<logarithm> X<e> X<ln> X<base> =item log Returns the natural logarithm (base I<e>) of EXPR. If EXPR is omitted, returns the log of L<C<$_>|perlvar/$_>. To get the log o...
    perldoc.perl.org/functions/log.txt
    Registered: Sun Aug 31 17:21:22 UTC 2025
    - 495 bytes
    - Viewed (0)
  2. getnetbyname.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/getnetbyname.txt Similar Results (29)
    Registered: Sun Aug 31 23:56:30 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  3. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Sun Aug 31 23:16:15 UTC 2025
    - 508 bytes
    - Viewed (0)
  4. 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: Sun Aug 31 22:09:29 UTC 2025
    - 464 bytes
    - Viewed (0)
  5. 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: Sun Aug 31 18:35:39 UTC 2025
    - 325 bytes
    - Viewed (0)
  6. bind.txt

    =over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...
    perldoc.perl.org/functions/bind.txt
    Registered: Sun Aug 31 18:07:59 UTC 2025
    - 300 bytes
    - Viewed (0)
  7. 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: Mon Sep 01 01:09:50 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  8. accept.txt

    =over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...
    perldoc.perl.org/functions/accept.txt
    Registered: Mon Sep 01 02:14:33 UTC 2025
    - 445 bytes
    - Viewed (0)
  9. 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 194
    perldoc.perl.org/functions/for.txt Similar Results (7)
    Registered: Mon Sep 01 05:43:18 UTC 2025
    - 194 bytes
    - Viewed (0)
  10. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Mon Sep 01 06:38:54 UTC 2025
    - 91 bytes
    - Viewed (0)
Back to top