Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 309 for timestamp:[now/d-1d TO *] (0.01 sec)

  1. 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: Fri Apr 18 17:00:03 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Fri Apr 18 18:13:32 UTC 2025
    - 573 bytes
    - Viewed (0)
  3. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Fri Apr 18 20:02:40 UTC 2025
    - 398 bytes
    - Viewed (0)
  4. closedir.txt

    =over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Fri Apr 18 14:57:24 UTC 2025
    - 163 bytes
    - Viewed (0)
  5. values.txt

    =over =item values HASH X<values> =item values ARRAY In list context, returns a list consisting of all the values of the named hash. In Perl 5.12 or later only, will also return a list of the value...
    perldoc.perl.org/functions/values.txt
    Registered: Fri Apr 18 20:39:48 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  6. 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: Fri Apr 18 21:39:19 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  7. 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: Fri Apr 18 22:52:20 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  8. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The L<C<redo>|/redo LABEL> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> blo...
    perldoc.perl.org/functions/redo.txt
    Registered: Fri Apr 18 23:26:01 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  9. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The L<C<last>|/last LABEL> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in questi...
    perldoc.perl.org/functions/last.txt
    Registered: Fri Apr 18 22:58:59 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  10. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Sat Apr 19 01:15:38 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top