Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1141 - 1150 of 6,887 for content_length:[0 TO 9999] (0.08 sec)

  1. 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: Sat Apr 19 07:55:43 UTC 2025
    - 445 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 Apr 19 10:28:27 UTC 2025
    - 464 bytes
    - Viewed (0)
  3. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: Sat Apr 19 11:04:46 UTC 2025
    - 85 bytes
    - Viewed (0)
  4. 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 Apr 19 13:48:28 UTC 2025
    - 325 bytes
    - Viewed (0)
  5. try.txt

    =over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184
    perldoc.perl.org/functions/try.txt Similar Results (2)
    Registered: Sat Apr 19 15:31:14 UTC 2025
    - 184 bytes
    - Viewed (0)
  6. 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: Sat Apr 19 15:01:58 UTC 2025
    - 194 bytes
    - Viewed (0)
  7. UNITCHECK.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/UNITCHECK.txt Similar Results (4)
    Registered: Sat Apr 19 16:01:22 UTC 2025
    - 178 bytes
    - Viewed (0)
  8. lt.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/lt.txt Similar Results (12)
    Registered: Sat Apr 19 15:50:36 UTC 2025
    - 192 bytes
    - Viewed (0)
  9. $^M.txt

    =over =item $^M X<$^M> By default, running out of memory is an untrappable, fatal error. However, if suitably built, Perl can use the contents of C<$^M> as an emergency memory pool after C<die()>in...
    perldoc.perl.org/variables/$^M.txt
    Registered: Wed Apr 16 20:19:38 UTC 2025
    - 667 bytes
    - Viewed (0)
  10. $<.txt

    =over =item $REAL_USER_ID =item $UID =item $< X<< $< >> X<$UID> X<$REAL_USER_ID> The real uid of this process. You can change both the real uid and the effective uid at the same time by using C<POS...
    perldoc.perl.org/variables/$<.txt
    Registered: Wed Apr 16 19:23:32 UTC 2025
    - 408 bytes
    - Viewed (0)
Back to top