- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 330 for timestamp:[now/d-1d TO *] (0.15 sec)
-
__CLASS__.txt
=over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...perldoc.perl.org/functions/__CLASS__.txtRegistered: Thu Nov 21 16:59:13 UTC 2024 - 925 bytes - Viewed (0) -
untie.txt
=over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back 183perldoc.perl.org/functions/untie.txtRegistered: Thu Nov 21 17:15:50 UTC 2024 - 183 bytes - Viewed (0) -
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.txtRegistered: Thu Nov 21 17:21:03 UTC 2024 - 233 bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 09:47:59 UTC 2024 - 5.2K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 10:20:46 UTC 2024 - 1.6K bytes - Viewed (0) -
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) -
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.txtRegistered: Wed Nov 20 19:08:13 UTC 2024 - 1.2K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 18:34:16 UTC 2024 - 1K bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 21:03:12 UTC 2024 - 902 bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 11:48:37 UTC 2024 - 785 bytes - Viewed (0)