in reply to Re: importing all the values stored in an HoH into an arrayin thread importing all the values stored in an HoH into an array
print @wordsList[ rand( @wordsList ]; [download]
perhaps you wanted
print @wordsList[ rand @wordsList ]; [download]
Cheers,
JohnGG