|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re: Re: Re: Re: Re: Context aware functions - best practices?by MarkM (Curate) |
| on Jan 16, 2003 at 20:18 UTC ( #227480=note: print w/ replies, xml ) | Need Help?? |
|
Perl 5.8.0 comes with Scalar::Util. One of the subroutines provided by this module is reftype(). reftype() is superior to UNIVERSAL::isa() in this context. For blessed or non-blessed array references, reftype() will always return 'ARRAY'. Personally, I plan to use Scalar::Util::reftype() quite a bit in cases where I used to use UNIVERSAL::isa().
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||