Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5031 - 5040 of 6,922 for content_length:[0 TO 9999] (0.15 sec)

  1. readpipe.txt

    =over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...
    perldoc.perl.org/functions/readpipe.txt
    Registered: Thu Apr 03 05:47:34 UTC 2025
    - 622 bytes
    - Viewed (0)
  2. setsockopt.txt

    =over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...
    perldoc.perl.org/functions/setsockopt.txt
    Registered: Thu Apr 03 02:15:50 UTC 2025
    - 604 bytes
    - Viewed (0)
  3. times.txt

    =over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...
    perldoc.perl.org/functions/times.txt
    Registered: Thu Apr 03 05:23:41 UTC 2025
    - 372 bytes
    - Viewed (0)
  4. __END__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__END__.txt Similar Results (1)
    Registered: Thu Apr 03 08:22:12 UTC 2025
    - 109 bytes
    - Viewed (0)
  5. shutdown.txt

    =over =item shutdown SOCKET,HOW X<shutdown> Shuts down a socket connection in the manner indicated by HOW, which has the same interpretation as in the syscall of the same name. shutdown($socket, 0)...
    perldoc.perl.org/functions/shutdown.txt
    Registered: Thu Apr 03 11:13:38 UTC 2025
    - 813 bytes
    - Viewed (0)
  6. msgrcv.txt

    =over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...
    perldoc.perl.org/functions/msgrcv.txt
    Registered: Thu Apr 03 11:50:27 UTC 2025
    - 615 bytes
    - Viewed (0)
  7. msgsnd.txt

    =over =item msgsnd ID,MSG,FLAGS X<msgsnd> Calls the System V IPC function msgsnd to send the message MSG to the message queue ID. MSG must begin with the native long integer message type, followed ...
    perldoc.perl.org/functions/msgsnd.txt
    Registered: Thu Apr 03 13:22:53 UTC 2025
    - 506 bytes
    - Viewed (0)
  8. socketpair.txt

    =over =item socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL X<socketpair> Creates an unnamed pair of sockets in the specified domain, of the specified type. DOMAIN, TYPE, and PROTOCOL are specified...
    perldoc.perl.org/functions/socketpair.txt
    Registered: Thu Apr 03 14:37:29 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  9. shmctl.txt

    =over =item shmctl ID,CMD,ARG X<shmctl> Calls the System V IPC function shmctl. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>, then...
    perldoc.perl.org/functions/shmctl.txt
    Registered: Thu Apr 03 16:06:15 UTC 2025
    - 534 bytes
    - Viewed (0)
  10. y.txt

    =over =item y/// The transliteration operator. Same as L<C<trE<sol>E<sol>E<sol>>|/trE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 153
    perldoc.perl.org/functions/y.txt
    Registered: Thu Apr 03 19:01:55 UTC 2025
    - 153 bytes
    - Viewed (0)
Back to top