On 17/05/2013 14:39, *Shaji Kalidasan* wrote:

[CODE1]
keys %{$$disk_type_ref{$pool}};
[/CODE1]

Moreover, what does $$ mean here

  %{$$disk_type_ref{$pool}};

can also be written as

  %{ $disk_type_ref->{ $pool } };

See further perldsc.

-------------------------------------------------------------------------------
Your talent is God's gift to you. What you do with it is your gift back
to God.
-------------------------------------------------------------------------------

https://www.facebook.com/pages/David-Bowie-is-GOD/133491090062327

--
Ruud


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to