Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 398 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. %^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.txt
    Registered: Mon Feb 17 21:12:32 UTC 2025
    - 909 bytes
    - Viewed (0)
  2. 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.txt
    Registered: Mon Feb 17 23:14:02 UTC 2025
    - 542 bytes
    - Viewed (0)
  3. 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.txt
    Registered: Mon Feb 17 21:48:30 UTC 2025
    - 310 bytes
    - Viewed (0)
  4. $^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.txt
    Registered: Mon Feb 17 21:06:17 UTC 2025
    - 241 bytes
    - Viewed (0)
  5. 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 151
    perldoc.perl.org/functions/abs.txt
    Registered: Tue Feb 18 00:10:38 UTC 2025
    - 151 bytes
    - Viewed (0)
  6. 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.txt
    Registered: Tue Feb 18 00:52:46 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Tue Feb 18 00:23:52 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Tue Feb 18 01:30:11 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Tue Feb 18 02:40:18 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Tue Feb 18 04:21:35 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top