in reply to Re: How to tell if a variable is blessed ?in thread How to tell if a variable is blessed ?
if ( ref($a) && ref($a) !~ /HASH|ARRAY/ ) { $a->blabla(...) ; } [download]