Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. eval.txt

    =over =item eval EXPR X<eval> X<try> X<catch> X<evaluate> X<parse> X<execute> X<error, handling> X<exception, handling> =item eval BLOCK =item eval C<eval> in all its forms is used to execute a lit...
    perldoc.perl.org/functions/eval.txt
    Registered: Mon Jan 12 02:18:35 UTC 2026
    - 9.4K bytes
    - Viewed (0)
  2. our

    =over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS C<our> makes a lexical alias to a package (i.e. global) variable of the same...
    perldoc.perl.org/5.43.6/functions/our Similar Results (5)
    Registered: Mon Jan 12 04:43:33 UTC 2026
    - 4.6K bytes
    - Viewed (0)
  3. state

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/5.40.0/functions/state
    Registered: Mon Jan 12 04:44:51 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  4. state

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...
    perldoc.perl.org/5.42.0/functions/state Similar Results (2)
    Registered: Mon Jan 12 04:49:18 UTC 2026
    - 1.9K bytes
    - Viewed (0)
  5. fcntl.txt

    =over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...
    perldoc.perl.org/functions/fcntl.txt
    Registered: Mon Jan 12 01:32:28 UTC 2026
    - 1.5K bytes
    - Viewed (0)
  6. undef.txt

    =over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...
    perldoc.perl.org/functions/undef.txt
    Registered: Mon Jan 12 01:06:47 UTC 2026
    - 1.1K bytes
    - Viewed (0)
  7. alarm.txt

    =over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...
    perldoc.perl.org/functions/alarm.txt
    Registered: Mon Jan 12 07:42:30 UTC 2026
    - 2.2K bytes
    - Viewed (0)
  8. getsockname.txt

    =over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...
    perldoc.perl.org/functions/getsockname.txt
    Registered: Mon Jan 12 09:51:16 UTC 2026
    - 464 bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top