Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    my $x = 'string';
    $x->isa('huh?');
    
  2. or download this
    use strict;
    use warnings;
    
    my $x = 3;
    $x->isa('huh?')