Hi John,

On Wed, 22 Jun 2011 09:44:56 -0700 (PDT)
josanabr <[email protected]> wrote:

> Hi,
> 
> I'm reading a program written in perl and I read this statement
> 

Well, assuming you are interested to learn about what @{$var1{$var2}} mean,
then:

1. $var1{$var2} is the value of the %var1 hash which is keyed by $var2.

2. @{$array_ref} dereferences the array $array_ref into an array.

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Interview with Ben Collins-Sussman - http://shlom.in/sussman

Shlomi: if you read my stories, I’ll give you 1,000,000 virtual dollars.
Sjors: causing me to have a lot of extra virtual time!

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to