All, If I have:
my $state={}; $state->{WORD}='affection'; $state->{GAMENO}=3; $state->{GUESSES}=3; Then, the following line puzzles me: my @[EMAIL PROTECTED](WORD GAMENO)}; How does the order of evaluation go here in order to populate @ary? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>