Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2291 - 2300 of 2,641 for host:perldoc.perl.org (0.04 sec)

  1. break.txt

    =over =item break Break out of a C<given> block. C<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 L<C<"switc...
    perldoc.perl.org/functions/break.txt
    Registered: Wed Jul 09 02:49:19 UTC 2025
    - 339 bytes
    - Viewed (0)
  2. __PACKAGE__.txt

    =over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120
    perldoc.perl.org/functions/__PACKAGE__.txt
    Registered: Tue Jul 08 23:06:19 UTC 2025
    - 120 bytes
    - Viewed (0)
  3. 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: Wed Jul 09 08:10:20 UTC 2025
    - 2K bytes
    - Viewed (0)
  4. warn.txt

    =over =item warn LIST X<warn> X<warning> X<STDERR> Emits a warning, usually by printing it to C<STDERR>. C<warn> interprets its operand LIST in the same way as C<die>, but is slightly different in ...
    perldoc.perl.org/functions/warn.txt
    Registered: Wed Jul 09 08:58:43 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  5. continue.txt

    =over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, C<continue> is actually a flow control statement rather than a function. If there is a C<continue> BLOCK attached to ...
    perldoc.perl.org/functions/continue.txt
    Registered: Wed Jul 09 06:59:47 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  6. write.txt

    =over =item write FILEHANDLE X<write> =item write EXPR =item write Writes a formatted record (possibly multi-line) to the specified FILEHANDLE, using the format associated with that file. By defaul...
    perldoc.perl.org/functions/write.txt
    Registered: Wed Jul 09 07:05:30 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  7. 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: Wed Jul 09 06:28:11 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  8. evalbytes.txt

    =over =item evalbytes EXPR X<evalbytes> =item evalbytes This function is similar to a L<string eval|/eval EXPR>, except it always parses its argument (or L<C<$_>|perlvar/$_> if EXPR is omitted) as ...
    perldoc.perl.org/functions/evalbytes.txt
    Registered: Wed Jul 09 07:42:10 UTC 2025
    - 840 bytes
    - Viewed (0)
  9. 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: Wed Jul 09 08:27:14 UTC 2025
    - 426 bytes
    - Viewed (0)
  10. 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: Wed Jul 09 09:28:02 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top