Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1181 - 1190 of 3,595 for filetype:txt (0.15 sec)

  1. 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: Sun Oct 26 23:55:02 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  2. umask.txt

    =over =item umask EXPR X<umask> =item umask Sets the umask for the process to EXPR and returns the previous value. If EXPR is omitted, merely returns the current umask. The Unix permission C<rwxr-x...
    perldoc.perl.org/functions/umask.txt
    Registered: Mon Oct 27 03:36:45 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  3. utime.txt

    =over =item utime LIST X<utime> Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC access and modification times, in t...
    perldoc.perl.org/functions/utime.txt
    Registered: Mon Oct 27 03:47:16 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  4. 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: Mon Oct 27 01:37:14 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. 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: Mon Oct 27 00:43:53 UTC 2025
    - 428 bytes
    - Viewed (0)
  6. __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: Mon Oct 27 01:54:11 UTC 2025
    - 199 bytes
    - Viewed (0)
  7. 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 Oct 27 01:12:33 UTC 2025
    - 174 bytes
    - Viewed (0)
  8. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/functions/state.txt
    Registered: Mon Oct 27 06:34:58 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Mon Oct 27 03:53:01 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. 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: Mon Oct 27 10:52:54 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top