in reply to Re: Randomize an array
in thread Randomize an array
$#array..0 doesn't go anywhere. Perhaps you meant
reverse 0..$#array?
-- Randal L. Schwartz, Perl hacker
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: RE: Re: Randomize an array
by BlaisePascal (Monk) on Sep 08, 2000 at 05:12 UTC |
In Section
Seekers of Perl Wisdom