in reply to How to best pass on the context / wantarray?
It's a method because this allows me to overload how to get to the tied method in either DBM::Deep::Array or DBM::Deep::Hash.sub floober { my $self = shift->_get_self; # Do stuff here with the actual object from tied() as opposed to t +he potentially # blessed item that is tied. }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to best pass on the context / wantarray?
by Corion (Patriarch) on Mar 27, 2006 at 06:01 UTC | |
by dragonchild (Archbishop) on Mar 27, 2006 at 11:43 UTC | |
by tye (Sage) on Mar 27, 2006 at 16:52 UTC |