Melissa Cama wrote:
> 
> Hi all,

Hello,

> Just a quick question!
> 
> Is this the right way to assign an array to a key, in a Hash??

You can't assign an array reference to a hash key only to a hash value.

> %hash_FeatureUsers = ($str_feature => [@user]);

That will work.  :-)


John
-- 
use Perl;
program
fulfillment

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

Reply via email to