- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3071 - 3080 of 5,834 for content_length:[0 TO 9999] (0.12 sec)
-
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) -
int.txt
=over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...perldoc.perl.org/functions/int.txtRegistered: Tue Nov 05 01:17:26 UTC 2024 - 760 bytes - Viewed (0) -
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.txtRegistered: Tue Nov 05 01:07:41 UTC 2024 - 398 bytes - Viewed (0)