$var = { }
What does this means
$var = { }
Re: $var = { }
"ankugoe7 [at] gmail.com" <ankugoe7 [at] gmail.com> writes:
> What does this means
>
> $var = { }
This assigns an empty hashref to $var. Read the perlref documentation.
//Makholm
Re: $var = { }
Peter Makholm <peter [at] makholm.net> wrote:
>"ankugoe7 [at] gmail.com" <ankugoe7 [at] gmail.com> writes:
>
>> What does this means
>>
>> $var = { }
>
>This assigns an empty hashref to $var.
Ahemmm, it's not the reference that is empty but the hash that it points
to.
jue
Re: $var = { }
On 2008-04-03, ankugoe7 [at] gmail.com <ankugoe7 [at] gmail.com> wrote:
> What does this means
>
> $var = { }
It means $var gets assigned a reference to an anonymous, empty hash.
--
Christopher Mattern
NOTICE
Thank you for noticing this new notice
Your noticing it has been noted
And will be reported to the authorities