- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 335 for timestamp:[now/d-1d TO *] (0.01 sec)
-
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) -
sqrt.txt
=over =item sqrt EXPR X<sqrt> X<root> X<square root> =item sqrt Return the positive square root of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. Works only for non-negative operands unless yo...perldoc.perl.org/functions/sqrt.txtRegistered: Fri Apr 18 20:54:54 UTC 2025 - 325 bytes - Viewed (0) -
exp.txt
=over =item exp EXPR X<exp> X<exponential> X<antilog> X<antilogarithm> X<e> =item exp Returns I<e> (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives C<exp($_)>. =back 197perldoc.perl.org/functions/exp.txtRegistered: Fri Apr 18 18:43:39 UTC 2025 - 197 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: Fri Apr 18 11:02:39 UTC 2025 - 151 bytes - Viewed (0) -
vec.txt
=over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...perldoc.perl.org/functions/vec.txtRegistered: Fri Apr 18 21:13:44 UTC 2025 - 13.1K bytes - Viewed (0) -
package.txt
=over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...perldoc.perl.org/functions/package.txtRegistered: Sat Apr 19 00:21:18 UTC 2025 - 2.5K 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: Fri Apr 18 22:29:40 UTC 2025 - 2.5K bytes - Viewed (0)