Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2121 - 2130 of 2,621 for host:perldoc.perl.org (0.08 sec)

  1. break.txt

    =over =item break Break out of a C<given> block. L<C<break>|/break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The ...
    perldoc.perl.org/functions/break.txt
    Registered: Fri Apr 18 19:49:01 UTC 2025
    - 349 bytes
    - Viewed (0)
  2. exec.txt

    =over =item exec LIST X<exec> X<execute> =item exec PROGRAM LIST The L<C<exec>|/exec LIST> function executes a system command I<and never returns>; use L<C<system>|/system LIST> instead of L<C<exec...
    perldoc.perl.org/functions/exec.txt
    Registered: Sat Apr 19 01:24:59 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. chown.txt

    =over =item chown LIST X<chown> X<owner> X<user> X<group> Changes the owner (and group) of a list of files. The first two elements of the list must be the I<numeric> uid and gid, in that order. A v...
    perldoc.perl.org/functions/chown.txt
    Registered: Fri Apr 18 23:13:09 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  4. 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: Fri Apr 18 23:51:11 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  5. return.txt

    =over =item return EXPR X<return> =item return Returns from a subroutine, L<C<eval>|/eval EXPR>, L<C<do FILE>|/do EXPR>, L<C<sort>|/sort SUBNAME LIST> block or regex eval block (but not a L<C<grep>...
    perldoc.perl.org/functions/return.txt
    Registered: Sat Apr 19 00:55:40 UTC 2025
    - 1K 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: Sat Apr 19 02:02:22 UTC 2025
    - 615 bytes
    - Viewed (0)
  7. getpriority.txt

    =over =item getpriority WHICH,WHO X<getpriority> X<priority> X<nice> Returns the current priority for a process, a process group, or a user. (See L<getpriority(2)>.) Will raise a fatal exception if...
    perldoc.perl.org/functions/getpriority.txt
    Registered: Fri Apr 18 23:36:39 UTC 2025
    - 426 bytes
    - Viewed (0)
  8. 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: Sat Apr 19 01:08:50 UTC 2025
    - 372 bytes
    - Viewed (0)
  9. our.txt

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS L<C<our>|/our VARLIST> makes a lexical alias to a package (i.e. global) vari...
    perldoc.perl.org/functions/our.txt
    Registered: Sat Apr 19 03:26:25 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  10. 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: Sat Apr 19 02:50:58 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top