* Charles Bailey <bailey.charles@gmail.com> [2009-01-25 05:15]: > - Remove Scalar::Util. It looks possible to replace the > blessed() and overload() checks with something like > my $ra = ref $a; "$a" !~ /^$ra\(0x[0-9a-f]+\)$/ > but I need to think it through a bit more and test it. `blessed` can be written `UNIVERSAL::can( $var, 'can' )`. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>Thread Previous | Thread Next