in reply to Re: Unlimited chaining (is there a way to detect this?)
in thread Unlimited chaining (is there a way to detect this?)

Yes can be. But this does not work if new() uses a scalar (which is what I did after realising that I don't really use the underlying hash):
sub new { bless \do{my $anon_scalar}, shift }

Replies are listed 'Best First'.
Re^3: Unlimited chaining (is there a way to detect this?)
by naikonta (Curate) on Jan 07, 2008 at 07:32 UTC
    Why not? No one forces you to store the flags (in this case) in the object itself.

    Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!