Hi forum!

I just wanted to know what does the following line do....
@{$args{owner}} = qw(hero wierd);

lets assume $args{owner} = 'sachin';
Then it would mean @{sachin} = qw(hero wierd);
what would {sachin} stand for does it mean an hash refernce or
something else. I am lost.

Can someone explain or atleast point me to some documentation, I tried
looking into the perldoc but i am sure i missed something.


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


Reply via email to