![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^4: How do I determine if a variable contains a type glob? (bless)by tye (Sage) |
on Dec 05, 2016 at 07:08 UTC ( #1177198=note: print w/replies, xml ) | Need Help?? |
Just FYI, when you bless a reference, the blessing is actually stored in the referenced variable. So, due to this current implementation detail, your code can actually be tripped up by such a weird scenario:
- tye
In Section
Seekers of Perl Wisdom
|
|