use strict; use warnings; my $x = 'string'; $x->isa('huh?'); #### use strict; use warnings; my $x = 3; $x->isa('huh?')