Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 212 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. 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.txt
    Registered: Tue Sep 16 22:10:20 UTC 2025
    - 13K bytes
    - Viewed (0)
  2. glob.txt

    =over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...
    perldoc.perl.org/functions/glob.txt
    Registered: Tue Sep 16 23:48:42 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Tue Sep 16 20:48:55 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. 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 Sep 16 20:35:42 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  5. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by C<format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the contents o...
    perldoc.perl.org/functions/formline.txt
    Registered: Wed Sep 17 00:31:16 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Wed Sep 17 01:36:23 UTC 2025
    - 720 bytes
    - Viewed (0)
  7. 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.txt
    Registered: Tue Sep 16 19:44:47 UTC 2025
    - 454 bytes
    - Viewed (0)
  8. 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 Sep 16 21:51:12 UTC 2025
    - 151 bytes
    - Viewed (0)
  9. 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 Sep 16 04:15:12 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Tue Sep 16 07:05:30 UTC 2025
    - 1.1K bytes
    - Viewed (0)
Back to top