in reply to Re: Re: Help - I'm a C programmer
in thread Help - I'm a C programmer

The %$hashref construct is just a shortcut for %{ $hashref }. $$hashref{$key} is similar, just takes a single value from hash.

-mk