- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 354 for timestamp:[now/d-1d TO *] (0.02 sec)
-
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) -
formline.txt
=over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...perldoc.perl.org/functions/formline.txtRegistered: Sat Apr 19 00:33:28 UTC 2025 - 1.4K bytes - Viewed (0) -
grep.txt
=over =item grep BLOCK LIST X<grep> =item grep EXPR,LIST This is similar in spirit to, but not the same as, L<grep(1)> and its relatives. In particular, it is not limited to using regular expressio...perldoc.perl.org/functions/grep.txtRegistered: Fri Apr 18 23:22:03 UTC 2025 - 1.3K bytes - Viewed (0) -
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: Fri Apr 18 22:01:15 UTC 2025 - 1.1K bytes - Viewed (0) -
rmdir.txt
=over =item rmdir FILENAME X<rmdir> X<rd> X<directory, remove> =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it retur...perldoc.perl.org/functions/rmdir.txtRegistered: Fri Apr 18 21:28:18 UTC 2025 - 454 bytes - Viewed (0)