- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2651 - 2660 of 3,197 for filetype:txt (0.13 sec)
-
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: Thu Nov 21 01:04:39 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 21 00:09:12 UTC 2024 - 1.9K 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: Thu Nov 21 03:11:34 UTC 2024 - 398 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 21 06:21:56 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: Thu Nov 21 05:01:24 UTC 2024 - 1.3K 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 21 05:20:12 UTC 2024 - 573 bytes - Viewed (0) -
getpeername.txt
=over =item getpeername SOCKET X<getpeername> X<peer> Returns the packed sockaddr address of the other end of the SOCKET connection. use Socket; my $hersockaddr = getpeername($sock); my ($port, $ia...perldoc.perl.org/functions/getpeername.txtRegistered: Thu Nov 21 10:12:46 UTC 2024 - 356 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: Thu Nov 21 05:57:59 UTC 2024 - 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: Thu Nov 21 04:59:35 UTC 2024 - 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: Thu Nov 21 15:37:11 UTC 2024 - 1.9K bytes - Viewed (0)