in reply to Re: Processing pairs of values from even-sized array
in thread Processing pairs of values from even-sized array
my $array = { @array };
This will 'randomize' (or 'hash-ize'?) the order of elements in the array, and %{{@array}} likewise. Update: Oops: each %{{@arr}} has another, entirely different, fatal (or should I say immortal?) flaw!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Processing pairs of values from even-sized array
by Bloodnok (Vicar) on Jun 03, 2011 at 13:43 UTC |