Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 Feb 02 01:59:12 UTC 2026
    - 1.4K bytes
    - Viewed (0)
  2. 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 Feb 02 03:15:41 UTC 2026
    - 1.1K 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: Mon Feb 02 00:20:30 UTC 2026
    - 508 bytes
    - Viewed (0)
  4. use.txt

    =over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...
    perldoc.perl.org/functions/use.txt
    Registered: Mon Feb 02 06:22:41 UTC 2026
    - 7.7K bytes
    - Viewed (0)
  5. getgrnam.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/getgrnam.txt Similar Results (20)
    Registered: Mon Feb 02 19:20:11 UTC 2026
    - 6.9K 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 Feb 02 22:59:23 UTC 2026
    - 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 Feb 02 06:03:00 UTC 2026
    - 445 bytes
    - Viewed (0)
  8. 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 Feb 02 21:15:44 UTC 2026
    - 536 bytes
    - Viewed (0)
  9. 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 Feb 02 06:37:20 UTC 2026
    - 464 bytes
    - Viewed (0)
  10. no

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the C<use> function, of which C<no> is the opp...
    perldoc.perl.org/5.16.1/functions/no Similar Results (15)
    Registered: Tue Feb 03 00:36:28 UTC 2026
    - 216 bytes
    - Viewed (0)
Back to top