- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3071 - 3080 of 5,844 for content_length:[0 TO 9999] (0.11 sec)
-
last.txt
=over =item last LABEL X<last> X<break> =item last EXPR =item last The L<C<last>|/last LABEL> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in questi...perldoc.perl.org/functions/last.txtRegistered: Tue Nov 05 04:32:54 UTC 2024 - 1.4K 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: Tue Nov 05 07:03:15 UTC 2024 - 1.1K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 06:35:50 UTC 2024 - 428 bytes - Viewed (0) -
import.txt
=over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...perldoc.perl.org/functions/import.txtRegistered: Tue Nov 05 04:22:27 UTC 2024 - 410 bytes - Viewed (0) -
stat.txt
=over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...perldoc.perl.org/functions/stat.txtRegistered: Mon Nov 04 21:20:20 UTC 2024 - 5.5K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 04 21:17:33 UTC 2024 - 4.6K bytes - Viewed (0) -
syscall.txt
=over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...perldoc.perl.org/functions/syscall.txtRegistered: Mon Nov 04 23:14:11 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: Tue Nov 05 03:58:00 UTC 2024 - 1.8K 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: Mon Nov 04 23:25:19 UTC 2024 - 1.3K bytes - Viewed (0) -
chmod.txt
=over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...perldoc.perl.org/functions/chmod.txtRegistered: Tue Nov 05 01:15:32 UTC 2024 - 1.4K bytes - Viewed (0)