Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 322 for timestamp:[now/d-1d TO *] (0.04 sec)

  1. import.txt

    =over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...
    perldoc.perl.org/functions/import.txt
    Registered: Thu Nov 21 10:55:48 UTC 2024
    - 410 bytes
    - Viewed (0)
  2. msgget.txt

    =over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...
    perldoc.perl.org/functions/msgget.txt
    Registered: Thu Nov 21 13:17:40 UTC 2024
    - 315 bytes
    - Viewed (0)
  3. require.txt

    =over =item require VERSION X<require> =item require EXPR =item require Demands a version of Perl specified by VERSION, or demands some semantics specified by EXPR or by L<C<$_>|perlvar/$_> if EXPR...
    perldoc.perl.org/functions/require.txt
    Registered: Thu Nov 21 17:58:22 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. ref.txt

    =over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...
    perldoc.perl.org/functions/ref.txt
    Registered: Thu Nov 21 17:05:45 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. 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: Thu Nov 21 17:53:21 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  6. wantarray.txt

    =over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...
    perldoc.perl.org/functions/wantarray.txt
    Registered: Thu Nov 21 16:39:34 UTC 2024
    - 675 bytes
    - Viewed (0)
  7. getlogin.txt

    =over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...
    perldoc.perl.org/functions/getlogin.txt
    Registered: Thu Nov 21 16:52:45 UTC 2024
    - 462 bytes
    - Viewed (0)
  8. tr.txt

    =over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152
    perldoc.perl.org/functions/tr.txt
    Registered: Thu Nov 21 20:15:45 UTC 2024
    - 152 bytes
    - Viewed (0)
  9. perl5122delta.txt

    =encoding utf8 =head1 NAME perl5122delta - what is new for perl v5.12.2 =head1 DESCRIPTION This document describes differences between the 5.12.1 release and the 5.12.2 release. If you are upgradin...
    perldoc.perl.org/perl5122delta.txt
    Registered: Wed Nov 20 01:05:13 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  10. perl5243delta.txt

    =encoding utf8 =head1 NAME perl5243delta - what is new for perl v5.24.3 =head1 DESCRIPTION This document describes differences between the 5.24.2 release and the 5.24.3 release. If you are upgradin...
    perldoc.perl.org/perl5243delta.txt
    Registered: Wed Nov 20 03:04:37 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top