in reply to Re: Re: What's your favourite non-word?
in thread What's your favourite non-word?
I always use @array3 when I am populating a random hash, i.e.@array1 = qw/foo goo moo loo hoo zoo/; @array2 = qw/one two three four five/; @array3 = qw/aye bee cee dee ee eff/;
</code> $hash'A' = 'aye'; $hash'B' = 'bee'; </code>and so on.
Regards,
Helgi Briem
|
|---|