Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 1,672 for content_length:[0 TO 9999] (0.02 sec)

  1. alarm.txt

    =over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...
    perldoc.perl.org/functions/alarm.txt
    Registered: 2024-09-10 23:23
    - 2.3K 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: 2024-09-11 01:40
    - 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 L<C<local>|/local EXPR> isn't what most people think of as "local". See L<perlsub/"Private...
    perldoc.perl.org/functions/local.txt
    Registered: 2024-09-11 01:27
    - 1.5K 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
    Registered: 2024-09-10 23:54
    - 769 bytes
    - Viewed (0)
  5. 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: 2024-09-11 00:45
    - 529 bytes
    - Viewed (0)
  6. 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: 2024-09-10 23:29
    - 536 bytes
    - Viewed (0)
  7. 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: 2024-09-11 00:25
    - 464 bytes
    - Viewed (0)
  8. AUTOLOAD.txt

    =over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back
    perldoc.perl.org/functions/AUTOLOAD.txt
    Registered: 2024-09-11 02:10
    - 85 bytes
    - Viewed (0)
  9. 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
    Registered: 2024-09-11 06:25
    - 7K bytes
    - Viewed (0)
  10. getservent.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/getservent.txt
    Registered: 2024-09-11 07:11
    - 7K bytes
    - Viewed (0)
Back to top