- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 7031 - 7040 of about 10,000 for timestamp:[now/d-1M TO *] (0.28 sec)
-
srand.txt
=over =item srand EXPR X<srand> X<seed> X<randseed> =item srand Sets and returns the random number seed for the L<C<rand>|/rand EXPR> operator. The point of the function is to "seed" the L<C<rand>|...perldoc.perl.org/functions/srand.txtRegistered: Thu Nov 06 10:26:54 UTC 2025 - 3K bytes - Viewed (0) -
splice.txt
=over =item splice ARRAY,OFFSET,LENGTH,LIST X<splice> =item splice ARRAY,OFFSET,LENGTH =item splice ARRAY,OFFSET =item splice ARRAY Removes the elements designated by OFFSET and LENGTH from an arra...perldoc.perl.org/functions/splice.txtRegistered: Thu Nov 06 05:30:28 UTC 2025 - 1.6K bytes - Viewed (0) -
rand.txt
=over =item rand EXPR X<rand> X<random> =item rand Returns a random fractional number greater than or equal to C<0> and B<less> than the value of EXPR. (EXPR should be positive.) If EXPR is omitted...perldoc.perl.org/functions/rand.txtRegistered: Thu Nov 06 10:15:13 UTC 2025 - 1.3K bytes - Viewed (0) -
qw/STRING/ - Perldoc Browser
functions / qw/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "...perldoc.perl.org/functions/qw/STRING/ Similar Results (3)Registered: Thu Nov 06 05:43:48 UTC 2025 - 15.8K bytes - Viewed (0) -
shift.txt
=over =item shift ARRAY X<shift> =item shift Removes and returns the B<first> element of an array. This shortens the array by one and moves everything down. my @arr = ('cat', 'dog'); my $item = shi...perldoc.perl.org/functions/shift.txtRegistered: Thu Nov 06 06:35:03 UTC 2025 - 1.1K bytes - Viewed (0) -
push.txt
=over =item push ARRAY,LIST X<push> X<stack> Adds one or more items to the B<end> of an array. my @animals = ("cat"); push(@animals, "mouse"); # ("cat", "mouse") my @colors = ("red"); push(@colors,...perldoc.perl.org/functions/push.txtRegistered: Thu Nov 06 06:20:00 UTC 2025 - 628 bytes - Viewed (0) -
atan2.txt
=over =item atan2 Y,X X<atan2> X<arctangent> X<tan> X<tangent> Returns the arctangent of Y/X in the range -PI to PI. For the tangent operation, you may use the L<C<Math::Trig::tan>|Math::Trig/B<tan...perldoc.perl.org/functions/atan2.txtRegistered: Thu Nov 06 05:01:42 UTC 2025 - 449 bytes - Viewed (0) -
__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 187perldoc.perl.org/functions/__LINE__.txtRegistered: Thu Nov 06 11:46:34 UTC 2025 - 187 bytes - Viewed (0) -
perlreguts.txt
=head1 NAME perlreguts - Description of the Perl regular expression engine. =head1 DESCRIPTION This document is an attempt to shine some light on the guts of the regex engine and how it works. The ...perldoc.perl.org/perlreguts.txtRegistered: Sat Nov 08 05:27:43 UTC 2025 - 42.4K bytes - Viewed (0) -
perl5121delta.txt
=encoding utf8 =head1 NAME perl5121delta - what is new for perl v5.12.1 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.12.1 release. If you are upgradin...perldoc.perl.org/perl5121delta.txtRegistered: Sat Nov 08 05:06:12 UTC 2025 - 9.8K bytes - Viewed (0)