- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2471 - 2480 of 6,570 for content_length:[0 TO 9999] (0.07 sec)
-
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: Tue Feb 18 15:38:45 UTC 2025 - 5.5K bytes - Viewed (0) -
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: Tue Feb 18 16:38:40 UTC 2025 - 3.1K 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: Tue Feb 18 12:12:33 UTC 2025 - 2.1K bytes - Viewed (0) -
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.txtRegistered: Tue Feb 18 14:15:12 UTC 2025 - 1.5K 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 Feb 18 13:23:43 UTC 2025 - 1.1K 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 Feb 18 16:52:58 UTC 2025 - 398 bytes - Viewed (0) -
msgget.txt
=over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...perldoc.perl.org/functions/msgget.txtRegistered: Tue Feb 18 13:10:49 UTC 2025 - 315 bytes - Viewed (0) -
__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 199perldoc.perl.org/functions/__FILE__.txtRegistered: Tue Feb 18 15:11:20 UTC 2025 - 199 bytes - Viewed (0) -
link.txt
=over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183perldoc.perl.org/functions/link.txtRegistered: Tue Feb 18 16:55:54 UTC 2025 - 183 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: Tue Feb 18 18:17:25 UTC 2025 - 1.9K bytes - Viewed (0)