Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 6,340 for content_length:[0 TO 9999] (0.31 sec)

  1. sub.txt

    =over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...
    perldoc.perl.org/functions/sub.txt
    Registered: Mon Oct 27 04:11:28 UTC 2025
    - 536 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: Mon Oct 27 08:34:13 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  3. 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: Mon Oct 27 10:35:36 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  4. 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: Mon Oct 27 10:07:03 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  5. local.txt

    =over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because C<local> isn't what most people think of as "local". See L<perlsub/"Private Variables via ...
    perldoc.perl.org/functions/local.txt
    Registered: Mon Oct 27 08:09:37 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. 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: Mon Oct 27 11:59:19 UTC 2025
    - 741 bytes
    - Viewed (0)
  7. 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 Oct 27 11:03:53 UTC 2025
    - 445 bytes
    - Viewed (0)
  8. 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: Mon Oct 27 11:11:50 UTC 2025
    - 300 bytes
    - Viewed (0)
  9. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: Mon Oct 27 09:21:20 UTC 2025
    - 85 bytes
    - Viewed (0)
  10. 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: Mon Oct 27 15:33:31 UTC 2025
    - 464 bytes
    - Viewed (0)
Back to top