in reply to Re: why "Bless" in OO Perl
in thread why "Bless" in OO Perl
The class name is really attached to the object of the reference. That is just rarely seen because the object is usually scoped to the constructor's code block, so it doesn't get observed in the wild. Example code shows this in my reply below.
After Compline,
Zaxo
|
|---|