UNIVERSAL->import deprecated 

use UNIVERSAL qw( isa );                 # deprecated - warns

if( isa($thing, 'ARRAY') ) {