in reply to
How do I shuffle an array?
In older Perl versions (before 5.004) calling
srand
was necessary. Now it's called implicitly when
rand
is first used. See the second paragraph of
srand
for details. :)
Comment on
RE: How do I shuffle an array?
In Section
Seekers of Perl Wisdom