Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 290 for timestamp:[now/d-1d TO *] (0.04 sec)

  1. msgctl.txt

    =over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...
    perldoc.perl.org/functions/msgctl.txt
    Registered: Thu Nov 21 10:17:58 UTC 2024
    - 616 bytes
    - Viewed (0)
  2. prototype.txt

    =over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...
    perldoc.perl.org/functions/prototype.txt
    Registered: Thu Nov 21 14:15:02 UTC 2024
    - 745 bytes
    - Viewed (0)
  3. setpriority.txt

    =over =item setpriority WHICH,WHO,PRIORITY X<setpriority> X<priority> X<nice> X<renice> Sets the current priority for a process, a process group, or a user. (See L<setpriority(2)>.) Raises an excep...
    perldoc.perl.org/functions/setpriority.txt
    Registered: Thu Nov 21 09:18:18 UTC 2024
    - 435 bytes
    - Viewed (0)
  4. __LINE__.txt

    =over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187
    perldoc.perl.org/functions/__LINE__.txt
    Registered: Thu Nov 21 06:05:41 UTC 2024
    - 187 bytes
    - Viewed (0)
  5. no.txt

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/functions/no.txt
    Registered: Thu Nov 21 12:27:55 UTC 2024
    - 271 bytes
    - Viewed (0)
  6. perl5182delta.txt

    =encoding utf8 =head1 NAME perl5182delta - what is new for perl v5.18.2 =head1 DESCRIPTION This document describes differences between the 5.18.1 release and the 5.18.2 release. If you are upgradin...
    perldoc.perl.org/perl5182delta.txt
    Registered: Wed Nov 20 09:47:59 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. perlfreebsd.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlfreebsd.txt
    Registered: Wed Nov 20 10:20:46 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. qr/STRING/ - Perldoc Browser

    functions / qr/STRING/ ( source , CPAN ) # qr/STRING/ Regexp-like quote. See "Regexp Quote-Like Operators" in perlop ...
    perldoc.perl.org/functions/qr/STRING/
    Registered: Wed Nov 20 19:37:03 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Wed Nov 20 19:08:13 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. index.txt

    =over =item index STR,SUBSTR,POSITION X<index> X<indexOf> X<InStr> =item index STR,SUBSTR The index function searches for one string within another, but without the wildcard-like behavior of a full...
    perldoc.perl.org/functions/index.txt
    Registered: Wed Nov 20 18:34:16 UTC 2024
    - 1K bytes
    - Viewed (0)
Back to top