Dear all

What is the precise difference between the two ways of generating an 
inside-out-object?

1/
my $node = bless \do { my $anonymous }, ref($class) || $class;


2/
my $a;
my $node = bless \$a, ref($class) || $class;

In other words, why is it suggested in most books, web to have an 
/anonymous/ scalar?

Any help, hint, reference is highly appreciated.

Christoph


This message contains confidential information and is intended only for the 
individual named. If you are not the named addressee, you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmission cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses. The Swiss National 
Bank therefore does not accept liability for any errors or omissions in the 
contents of this message which arise as a result of e-mail transmission. This 
message is provided for information purposes only.

Reply via email to