"Dr.Ruud" schreef:
> "ANJAN PURKAYASTHA":

>> $HOA{$key}= [qw(a,b,c,d)];
>
> which is equivalent to
>
>   $HOA{ $key } = [ 'a', 'b', 'c', 'd' ];

Oops, as Ron wrote, your qw(a,b,c,d) was probably meant to be qw(a b c
d).

-- 
Affijn, Ruud

"Gewoon is een tijger."


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


Reply via email to