A way to do that is use lists
again ...like you did to put values into @numbers_a

for example
$randomonea = @sorted_a[0];
$randomtwoa = @sorted_a[1];
$randomthreea = @sorted_a[2];
$randomfoura = @sorted_a[3];
.
.
.another way:

(randomonea,$randomtwoa,$randomthreea,--,--,--,--,--,--,--) = @sorted_a;

John G

didn't check above, may be off, not syntax correct, but the concept is from 
the book.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to