- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 330 for timestamp:[now/d-1d TO *] (0.03 sec)
-
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: Thu Nov 21 01:38:22 UTC 2024 - 4.6K 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: Wed Nov 20 22:04:30 UTC 2024 - 3.1K bytes - Viewed (0) -
do.txt
=over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...perldoc.perl.org/functions/do.txtRegistered: Wed Nov 20 23:04:58 UTC 2024 - 3.2K 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: Thu Nov 21 01:04:39 UTC 2024 - 2.1K bytes - Viewed (0) -
print.txt
=over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...perldoc.perl.org/functions/print.txtRegistered: Thu Nov 21 01:31:59 UTC 2024 - 2K 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) -
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: Thu Nov 21 00:22:48 UTC 2024 - 1.4K bytes - Viewed (0) -
study.txt
=over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...perldoc.perl.org/functions/study.txtRegistered: Thu Nov 21 01:53:23 UTC 2024 - 476 bytes - Viewed (0) -
closedir.txt
=over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163perldoc.perl.org/functions/closedir.txtRegistered: Wed Nov 20 20:08:33 UTC 2024 - 163 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: Thu Nov 21 02:59:54 UTC 2024 - 5.5K bytes - Viewed (0)