in reply to
Re: detecting code referece
in thread
detecting code referece
Scalar::Util
's reftype is safer because it avoids the case where the object is blessed into the class 'CODE'.
My criteria for good software:
Does it work?
Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
Comment on
Re^2: detecting code referece
In Section
Seekers of Perl Wisdom