- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3101 - 3110 of 3,197 for filetype:txt (0.05 sec)
-
goto.txt
=over =item goto LABEL X<goto> X<jump> X<jmp> =item goto EXPR =item goto &NAME The C<goto LABEL> form finds the statement labeled with LABEL and resumes execution there. It can't be used to get out...perldoc.perl.org/functions/goto.txtRegistered: Thu Nov 28 00:15:49 UTC 2024 - 3.1K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 27 21:59:44 UTC 2024 - 3.2K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 27 21:49:57 UTC 2024 - 2.1K bytes - Viewed (0) -
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.txtRegistered: Thu Nov 28 01:02:13 UTC 2024 - 1.9K bytes - Viewed (0) -
redo.txt
=over =item redo LABEL X<redo> =item redo EXPR =item redo The L<C<redo>|/redo LABEL> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> blo...perldoc.perl.org/functions/redo.txtRegistered: Thu Nov 28 00:24:48 UTC 2024 - 1.8K bytes - Viewed (0) -
reset.txt
=over =item reset EXPR X<reset> =item reset Generally used in a L<C<continue>|/continue BLOCK> block at the end of a loop to clear variables and reset C<m?pattern?> searches so that they work again...perldoc.perl.org/functions/reset.txtRegistered: Wed Nov 27 21:12:44 UTC 2024 - 1.1K bytes - Viewed (0) -
wantarray.txt
=over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...perldoc.perl.org/functions/wantarray.txtRegistered: Wed Nov 27 23:39:56 UTC 2024 - 675 bytes - Viewed (0) -
truncate.txt
=over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...perldoc.perl.org/functions/truncate.txtRegistered: Thu Nov 28 02:23:25 UTC 2024 - 573 bytes - Viewed (0) -
state.txt
=over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...perldoc.perl.org/functions/state.txtRegistered: Thu Nov 28 05:01:18 UTC 2024 - 1.9K bytes - Viewed (0) -
mkdir.txt
=over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...perldoc.perl.org/functions/mkdir.txtRegistered: Thu Nov 28 03:17:27 UTC 2024 - 1.3K bytes - Viewed (0)