Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 323 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. listen.txt

    =over =item listen SOCKET,QUEUESIZE X<listen> Does the same thing that the L<listen(2)> system call does. Returns true if it succeeded, false otherwise. See the example in L<perlipc/"Sockets: Clien...
    perldoc.perl.org/functions/listen.txt
    Registered: Thu Nov 21 17:21:03 UTC 2024
    - 233 bytes
    - Viewed (0)
  2. ge.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/ge.txt Similar Results (3)
    Registered: Thu Nov 21 19:14:47 UTC 2024
    - 192 bytes
    - Viewed (0)
  3. foreach.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/foreach.txt
    Registered: Thu Nov 21 19:52:28 UTC 2024
    - 194 bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. pop.txt

    =over =item pop ARRAY X<pop> X<stack> =item pop Removes and returns the B<last> element of the array, shortening the array by one element. my @arr = ('cat', 'dog', 'mouse'); my $item = pop(@arr); #...
    perldoc.perl.org/functions/pop.txt
    Registered: Wed Nov 20 21:03:12 UTC 2024
    - 902 bytes
    - Viewed (0)
  10. chop.txt

    =over =item chop VARIABLE X<chop> =item chop( LIST ) =item chop Chops off the last character of a string and returns the character chopped. It is much more efficient than C<s/.$//s> because it neit...
    perldoc.perl.org/functions/chop.txt
    Registered: Wed Nov 20 11:48:37 UTC 2024
    - 785 bytes
    - Viewed (0)
Back to top