in reply to Re: importing all the values stored in an HoH into an array
in thread importing all the values stored in an HoH into an array

I think you might have a typo in your

print @wordsList[ rand( @wordsList ];

perhaps you wanted

print @wordsList[ rand @wordsList ];

Cheers,

JohnGG