- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 403 for timestamp:[now/d-1d TO *] (0.02 sec)
-
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) -
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: Tue Feb 18 04:21:35 UTC 2025 - 1.3K bytes - Viewed (0) -
seekdir.txt
=over =item seekdir DIRHANDLE,POS X<seekdir> Sets the current position for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. POS must be a value returned by L<C<telldir>|/telldir DIRHANDLE...perldoc.perl.org/functions/seekdir.txtRegistered: Tue Feb 18 02:48:38 UTC 2025 - 354 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: Tue Feb 18 01:07:55 UTC 2025 - 366 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: Tue Feb 18 04:27:13 UTC 2025 - 197 bytes - Viewed (0) -
-X.txt
=over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...perldoc.perl.org/functions/-X.txtRegistered: Tue Feb 18 05:41:26 UTC 2025 - 7.1K bytes - Viewed (0) -
defined.txt
=over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...perldoc.perl.org/functions/defined.txtRegistered: Tue Feb 18 09:01:55 UTC 2025 - 2.8K 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: Tue Feb 18 04:36:26 UTC 2025 - 2.6K bytes - Viewed (0) -
my.txt
=over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A L<C<my>|/my VARLIST> declares the listed variables to be local (lexically) to the enclosi...perldoc.perl.org/functions/my.txtRegistered: Tue Feb 18 08:11:48 UTC 2025 - 1.8K bytes - Viewed (0)