- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 353 for timestamp:[now/d-1d TO *] (0.02 sec)
-
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: Fri Apr 18 15:05:15 UTC 2025 - 542 bytes - Viewed (0) -
cos.txt
=over =item cos EXPR X<cos> X<cosine> X<acos> X<arccosine> =item cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of L<C<$_>|perlvar/$_>. For the inverse ...perldoc.perl.org/functions/cos.txtRegistered: Fri Apr 18 12:22:49 UTC 2025 - 366 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: Fri Apr 18 11:52:13 UTC 2025 - 310 bytes - Viewed (0) -
perlfaq2.txt
=pod =encoding UTF-8 =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions about where to find sour...perldoc.perl.org/perlfaq2.txtRegistered: Fri Apr 18 00:07:10 UTC 2025 - 10.3K 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: Fri Apr 18 20:18:25 UTC 2025 - 3.9K bytes - Viewed (0) -
substr.txt
=over =item substr EXPR,OFFSET,LENGTH,REPLACEMENT X<substr> X<substring> X<mid> X<left> X<right> =item substr EXPR,OFFSET,LENGTH =item substr EXPR,OFFSET Extracts a substring out of EXPR and return...perldoc.perl.org/functions/substr.txtRegistered: Fri Apr 18 16:11:11 UTC 2025 - 3.3K bytes - Viewed (0) -
fc.txt
=over =item fc EXPR X<fc> X<foldcase> X<casefold> X<fold-case> X<case-fold> =item fc Returns the casefolded version of EXPR. This is the internal function implementing the C<\F> escape in double-qu...perldoc.perl.org/functions/fc.txtRegistered: Fri Apr 18 19:29:22 UTC 2025 - 2.6K 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: Fri Apr 18 17:16:48 UTC 2025 - 2.8K bytes - Viewed (0) -
readdir.txt
=over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...perldoc.perl.org/functions/readdir.txtRegistered: Fri Apr 18 18:00:24 UTC 2025 - 1.5K bytes - Viewed (0) -
chroot.txt
=over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...perldoc.perl.org/functions/chroot.txtRegistered: Fri Apr 18 20:11:32 UTC 2025 - 760 bytes - Viewed (0)