Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 751 - 760 of 1,301 for label:perl (0.02 sec)

  1. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Tue Nov 25 04:09:01 UTC 2025
    - 199 bytes
    - Viewed (0)
  2. when.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/when.txt Similar Results (2)
    Registered: Mon Nov 24 23:56:42 UTC 2025
    - 174 bytes
    - Viewed (0)
  3. require.txt

    =over =item require VERSION X<require> =item require EXPR =item require Demands a version of Perl specified by VERSION, or demands some semantics specified by EXPR or by L<C<$_>|perlvar/$_> if EXPR...
    perldoc.perl.org/functions/require.txt
    Registered: Tue Nov 25 09:22:17 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  4. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Tue Nov 25 09:59:18 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  5. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Tue Nov 25 08:15:31 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  6. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The C<redo> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> block, if any, is ...
    perldoc.perl.org/functions/redo.txt
    Registered: Tue Nov 25 07:51:00 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  7. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The C<last> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in question. If the LABE...
    perldoc.perl.org/functions/last.txt
    Registered: Tue Nov 25 06:29:30 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Tue Nov 25 09:11:35 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. getppid.txt

    =over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...
    perldoc.perl.org/functions/getppid.txt
    Registered: Tue Nov 25 09:50:48 UTC 2025
    - 428 bytes
    - Viewed (0)
  10. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Tue Nov 25 08:32:17 UTC 2025
    - 398 bytes
    - Viewed (0)
Back to top