Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3391 - 3400 of 3,463 for filetype:txt (0.03 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: Mon Jun 23 08:09:50 UTC 2025
    - 349 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: Mon Jun 23 07:57:59 UTC 2025
    - 120 bytes
    - Viewed (0)
  3. 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: Mon Jun 23 13:48:26 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. continue.txt

    =over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, L<C<continue>|/continue BLOCK> is actually a flow control statement rather than a function. If there is a L<C<continu...
    perldoc.perl.org/functions/continue.txt
    Registered: Mon Jun 23 13:32:53 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. 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: Mon Jun 23 12:14:14 UTC 2025
    - 615 bytes
    - Viewed (0)
  6. 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 Jun 23 14:45:58 UTC 2025
    - 604 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: Mon Jun 23 10:52:12 UTC 2025
    - 506 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: Mon Jun 23 11:57:41 UTC 2025
    - 372 bytes
    - Viewed (0)
  9. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Mon Jun 23 13:17:49 UTC 2025
    - 297 bytes
    - Viewed (0)
Back to top