- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 400 for timestamp:[now/d-1d TO *] (0.04 sec)
-
getc.txt
=over =item getc FILEHANDLE X<getc> X<getchar> X<character> X<file, read> =item getc Returns the next character from the input file attached to FILEHANDLE, or the undefined value at end of file or ...perldoc.perl.org/functions/getc.txtRegistered: Mon Feb 17 23:56:18 UTC 2025 - 1.1K bytes - Viewed (0) -
%^H.txt
=over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantics as L<C<$^H>|/$^H>. This makes it useful for implementing lexically scoped pragmas. See L<perlpragma>. All the entries are ...perldoc.perl.org/variables/%^H.txtRegistered: Mon Feb 17 21:12:32 UTC 2025 - 909 bytes - Viewed (0) -
ucfirst.txt
=over =item ucfirst EXPR X<ucfirst> X<uppercase> =item ucfirst Returns the value of EXPR with the B<first> character in uppercase (Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses...perldoc.perl.org/functions/ucfirst.txtRegistered: Mon Feb 17 23:14:02 UTC 2025 - 542 bytes - Viewed (0) -
rindex.txt
=over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...perldoc.perl.org/functions/rindex.txtRegistered: Mon Feb 17 21:48:30 UTC 2025 - 310 bytes - Viewed (0) -
$^T.txt
=over =item $BASETIME =item $^T X<$^T> X<$BASETIME> The time at which the program began running, in seconds since the epoch (beginning of 1970). The values returned by the B<-M>, B<-A>, and B<-C> f...perldoc.perl.org/variables/$^T.txtRegistered: Mon Feb 17 21:06:17 UTC 2025 - 241 bytes - Viewed (0) -
abs.txt
=over =item abs VALUE X<abs> X<absolute> =item abs Returns the absolute value of its argument. If VALUE is omitted, uses L<C<$_>|perlvar/$_>. =back 151perldoc.perl.org/functions/abs.txtRegistered: Tue Feb 18 00:10:38 UTC 2025 - 151 bytes - Viewed (0) -
quotemeta.txt
=over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...perldoc.perl.org/functions/quotemeta.txtRegistered: Tue Feb 18 00:52:46 UTC 2025 - 4.8K bytes - Viewed (0) -
flock.txt
=over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...perldoc.perl.org/functions/flock.txtRegistered: Tue Feb 18 00:23:52 UTC 2025 - 3.9K bytes - Viewed (0) -
close.txt
=over =item close FILEHANDLE X<close> =item close Closes the file or pipe associated with the filehandle, flushes the IO buffers, and closes the system file descriptor. Returns true if those operat...perldoc.perl.org/functions/close.txtRegistered: Tue Feb 18 01:30:11 UTC 2025 - 2.8K bytes - Viewed (0) -
seek.txt
=over =item seek FILEHANDLE,POSITION,WHENCE X<seek> X<fseek> X<filehandle, position> Sets FILEHANDLE's position, just like the L<fseek(3)> call of C C<stdio>. FILEHANDLE may be an expression whose ...perldoc.perl.org/functions/seek.txtRegistered: Tue Feb 18 02:40:18 UTC 2025 - 2.5K bytes - Viewed (0)