Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. endprotoent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/endprotoent.txt Similar Results (29)
    Registered: Wed Sep 17 19:16:57 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  4. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. If EXPR is omit...
    perldoc.perl.org/functions/localtime.txt
    Registered: Wed Sep 17 22:06:50 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  5. pipe.txt

    =over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...
    perldoc.perl.org/functions/pipe.txt
    Registered: Wed Sep 17 19:12:27 UTC 2025
    - 831 bytes
    - Viewed (0)
  6. wait.txt

    =over =item wait X<wait> Behaves like L<wait(2)> on your system: it waits for a child process to terminate and returns the pid of the deceased process, or C<-1> if there are no child processes. The...
    perldoc.perl.org/functions/wait.txt
    Registered: Wed Sep 17 17:51:54 UTC 2025
    - 745 bytes
    - Viewed (0)
  7. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Wed Sep 17 17:44:41 UTC 2025
    - 293 bytes
    - Viewed (0)
  8. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141
    perldoc.perl.org/functions/defer.txt
    Registered: Wed Sep 17 11:31:45 UTC 2025
    - 141 bytes
    - Viewed (0)
  9. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Wed Sep 17 18:53:57 UTC 2025
    - 90 bytes
    - Viewed (0)
  10. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Wed Sep 17 19:00:00 UTC 2025
    - 90 bytes
    - Viewed (0)
Back to top