sub new { my $class = (ref($_[0]) || $_[0]); my $self = bless {}, $class; tie %$self, $class; $self }
In reply to Re: Blessing into the same package in class (object) and tie contexts
by ikegami
in thread Blessing into the same package in class (object) and tie contexts
by ryangies
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |