Help for this page
use strict; use warnings; my $x = 'string'; $x->isa('huh?');
use strict; use warnings; my $x = 3; $x->isa('huh?')