----- Original Message ----- 
From: "Jeff 'japhy' Pinyan" <[EMAIL PROTECTED]>
To: "Luinrandir" <[EMAIL PROTECTED]>
Cc: <beginners@perl.org>
Sent: Monday, September 19, 2005 6:43 AM
Subject: Re: Package require question again
> 
>    my $g = $main::{$Player{Location} . "::"}{Options};
>    my $value = $$g;
> 
> or, as one line:
> 
>    my $value = ${ $main::{$Player{Location} . "::"}{Options} };


is the double $$ in $$g a mistake or real?
Lou



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to