sathiya.sw has asked for the wisdom of the Perl Monks concerning the following question:
It is a reference and dereferencing operation ? Am i right?? Or else some thing is also achieved here?my $self = bless {%${"$class\::Defaults"}}, $class;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What is the use de-referencing and creating a new anonymous hash in new() and rnew() ?
by almut (Canon) on Nov 28, 2008 at 15:10 UTC | |
|
Re: What is the use de-referencing and creating a new anonymous hash in new() and rnew() ?
by ysth (Canon) on Nov 28, 2008 at 16:52 UTC | |
|
Re: What is the use de-referencing and creating a new anonymous hash in new() and rnew() ?
by zwon (Abbot) on Nov 28, 2008 at 14:58 UTC | |
|
Re: What is the use de-referencing and creating a new anonymous hash in new() and rnew() ?
by pobocks (Chaplain) on Nov 29, 2008 at 10:15 UTC |