|
|
| Come for the quick hacks, stay for the epiphanies. | |
| PerlMonks |
Re: Writing constructorsby brian_d_foy (Abbot) |
| on Feb 25, 2005 at 07:06 UTC ( [id://434433]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
If you look under the hood, you'll see that fields still uses the two-argument form of bless. It's just hiding it from you. It happens when you call fields::new(). The examples you see in the docs really just passes the first argument to fields::new, although it gives the first argument different names, and then passes that to fields::new() that uses it as the second argument to bless(). It's always seemed to mind-bending for me, so I don't use it. I can do without the black magic. :)
-- brian d foy <bdfoy@cpan.org>
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||