Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 185 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. for.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/for.txt Similar Results (7)
    Registered: Mon Jan 12 06:41:26 UTC 2026
    - 194 bytes
    - Viewed (0)
  2. or.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/or.txt Similar Results (12)
    Registered: Mon Jan 12 07:21:17 UTC 2026
    - 192 bytes
    - Viewed (0)
  3. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Mon Jan 12 09:19:49 UTC 2026
    - 91 bytes
    - Viewed (0)
  4. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Mon Jan 12 14:14:35 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  5. getsockopt.txt

    =over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Mon Jan 12 15:03:52 UTC 2026
    - 1.6K bytes
    - Viewed (0)
  6. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt Similar Results (1)
    Registered: Mon Jan 12 14:04:46 UTC 2026
    - 741 bytes
    - Viewed (0)
  7. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Mon Jan 12 12:35:42 UTC 2026
    - 508 bytes
    - Viewed (0)
  8. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Mon Jan 12 13:43:26 UTC 2026
    - 325 bytes
    - Viewed (0)
  9. try.txt

    =over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184
    perldoc.perl.org/functions/try.txt Similar Results (2)
    Registered: Mon Jan 12 10:49:48 UTC 2026
    - 184 bytes
    - Viewed (0)
  10. UNITCHECK.txt

    =over =item BEGIN =item CHECK =item END =item INIT =item UNITCHECK These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back 178
    perldoc.perl.org/functions/UNITCHECK.txt Similar Results (4)
    Registered: Mon Jan 12 10:57:10 UTC 2026
    - 178 bytes
    - Viewed (0)
Back to top