Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 1,035 for timestamp:[now/d-7d TO *] (0.13 sec)

  1. perlglossary.txt

    =pod =encoding UTF-8 =head1 NAME perlglossary - Perl Glossary =head1 VERSION version 5.20250619 =head1 DESCRIPTION A glossary of terms (technical and otherwise) used in the Perl documentation, deri...
    perldoc.perl.org/perlglossary.txt
    Registered: Tue Jan 13 02:48:52 UTC 2026
    - 134.6K bytes
    - Viewed (0)
  2. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Sun Jan 11 11:31:42 UTC 2026
    - 4.4K bytes
    - Viewed (0)
  3. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later, the indices of an array. Perl re...
    perldoc.perl.org/functions/keys.txt
    Registered: Sun Jan 11 15:08:14 UTC 2026
    - 3.6K bytes
    - Viewed (0)
  4. umask.txt

    =over =item umask EXPR X<umask> =item umask Sets the umask for the process to EXPR and returns the previous value. If EXPR is omitted, merely returns the current umask. The Unix permission C<rwxr-x...
    perldoc.perl.org/functions/umask.txt
    Registered: Sun Jan 11 13:42:43 UTC 2026
    - 2.1K bytes
    - Viewed (0)
  5. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Sun Jan 11 10:29:31 UTC 2026
    - 2K bytes
    - Viewed (0)
  6. utime.txt

    =over =item utime LIST X<utime> Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC access and modification times, in t...
    perldoc.perl.org/functions/utime.txt
    Registered: Sun Jan 11 10:16:28 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  7. mkdir.txt

    =over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...
    perldoc.perl.org/functions/mkdir.txt
    Registered: Sun Jan 11 15:39:02 UTC 2026
    - 1.3K bytes
    - Viewed (0)
  8. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Sun Jan 11 12:32:59 UTC 2026
    - 1.2K bytes
    - Viewed (0)
  9. unshift.txt

    =over =item unshift ARRAY,LIST X<unshift> Add one or more elements to the B<beginning> of an array. This is the opposite of a L<C<shift>|/shift ARRAY>. my @animals = ("cat"); unshift(@animals, "mou...
    perldoc.perl.org/functions/unshift.txt
    Registered: Sun Jan 11 10:51:43 UTC 2026
    - 922 bytes
    - Viewed (0)
  10. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Sun Jan 11 09:27:43 UTC 2026
    - 199 bytes
    - Viewed (0)
Back to top