- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3091 - 3100 of 3,197 for filetype:txt (0.05 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: Wed Nov 27 11:52:12 UTC 2024 - 5.5K bytes - Viewed (0) -
ref.txt
=over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...perldoc.perl.org/functions/ref.txtRegistered: Wed Nov 27 08:57:31 UTC 2024 - 2.6K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 27 10:14:55 UTC 2024 - 1.4K 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: Wed Nov 27 18:41:48 UTC 2024 - 1.5K 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: Wed Nov 27 07:24:49 UTC 2024 - 1.4K 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: Wed Nov 27 08:15:52 UTC 2024 - 410 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: Wed Nov 27 09:39:53 UTC 2024 - 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: Wed Nov 27 19:09:25 UTC 2024 - 199 bytes - Viewed (0) -
require.txt
=over =item require VERSION X<require> =item require EXPR =item require Demands a version of Perl specified by VERSION, or demands some semantics specified by EXPR or by L<C<$_>|perlvar/$_> if EXPR...perldoc.perl.org/functions/require.txtRegistered: Wed Nov 27 21:06:23 UTC 2024 - 15.4K 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: Thu Nov 28 00:15:49 UTC 2024 - 3.1K bytes - Viewed (0)