That's definately alot easier to read and understand!
Thanks
R

>From: RaFaL Pocztarski <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: symbolic reference of hashes in subroutines
>Date: Thu, 18 Oct 2001 18:10:18 +0200
>
>Ross Howard wrote:
>
> > Specifically, the line:
> >          ${%{$hash}}{$key} = $value;
> >          ^^^^^^^^^^^
> > This is the part I am not 100% clear on.
>
>$hash is a hash reference, right? Then try:
>
>   $hash->{$key} = $value;
>
>- RaFaL Pocztarski, [EMAIL PROTECTED]
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to