Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 2,642 for host:perldoc.perl.org (0.02 sec)

  1. exec.txt

    =over =item exec LIST X<exec> X<execute> =item exec PROGRAM LIST The C<exec> function executes a system command I<and never returns>; use L<C<system>|/system LIST> instead of C<exec> if you want it...
    perldoc.perl.org/functions/exec.txt
    Registered: Sun Aug 31 23:04:51 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. 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: Sun Aug 31 21:00:59 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  3. 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: Sun Aug 31 23:42:11 UTC 2025
    - 615 bytes
    - Viewed (0)
  4. 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: Sun Aug 31 21:16:26 UTC 2025
    - 506 bytes
    - Viewed (0)
  5. __DATA__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__DATA__.txt Similar Results (1)
    Registered: Sun Aug 31 22:51:03 UTC 2025
    - 109 bytes
    - Viewed (0)
  6. fork.txt

    =over =item fork X<fork> X<child> X<parent> Does a L<fork(2)> system call to create a new process running the same program at the same point. It returns the child pid to the parent process, C<0> to...
    perldoc.perl.org/functions/fork.txt
    Registered: Mon Sep 01 04:53:59 UTC 2025
    - 2K bytes
    - Viewed (0)
  7. 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: Mon Sep 01 04:25:28 UTC 2025
    - 604 bytes
    - Viewed (0)
  8. lock.txt

    =over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...
    perldoc.perl.org/functions/lock.txt
    Registered: Mon Sep 01 00:11:31 UTC 2025
    - 550 bytes
    - Viewed (0)
  9. 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: Mon Sep 01 01:22:10 UTC 2025
    - 362 bytes
    - Viewed (0)
  10. given.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/given.txt Similar Results (2)
    Registered: Mon Sep 01 02:51:02 UTC 2025
    - 174 bytes
    - Viewed (0)
Back to top