in reply to Re^2: Need help assembling a list
in thread Need help assembling a list
but shouldn't it be the following?No:use 5.10;
$ perl -M5.10 -e1 Perl v5.100.0 required (did you mean v5.10.0?)--this is only v5.10.0, +stopped. BEGIN failed--compilation aborted.
You are correct. shuffle is found in List::Util, not Scalar::Util.use List::Util qw[shuffle];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need help assembling a list
by hbm (Hermit) on Jan 27, 2009 at 18:13 UTC | |
by ikegami (Patriarch) on Jan 27, 2009 at 21:41 UTC |