Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. use.txt

    =over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...
    perldoc.perl.org/functions/use.txt
    Registered: Mon Jan 12 00:14:47 UTC 2026
    - 7.7K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. getnetbyname.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/getnetbyname.txt Similar Results (29)
    Registered: Mon Jan 12 06:15:31 UTC 2026
    - 6.9K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top