use Scalar::Util qw (blessed); if (blessed($value) and $value->isa('Node')) { # } [download]
In reply to Re: isa() on any scalar by gam3 in thread isa() on any scalar by mrborisguy