David Arnold <[EMAIL PROTECTED]> wrote:
: 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?
Why not just print @ary and find out for yourself?
Charles K. Clarkson
--
Mobile Homes Specialist
254 968-8328
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>