Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 6,340 for content_length:[0 TO 9999] (0.07 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  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: Mon Oct 27 11:11:50 UTC 2025
    - 300 bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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: Mon Oct 27 14:30:51 UTC 2025
    - 325 bytes
    - Viewed (0)
  10. unless.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/unless.txt Similar Results (7)
    Registered: Mon Oct 27 21:40:57 UTC 2025
    - 194 bytes
    - Viewed (0)
Back to top