|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^4: Performance Trap - Opening/Closing Files Inside a Loopby Rhandom (Curate) |
| on Dec 10, 2004 at 11:23 UTC ( [id://413895]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
If that is the case - combine the two methods.
my @a=qw(random brilliant braindead); print $a[rand(@a)];
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||