Help for this page
use warnings; use strict; ... isa_ok($foo_dumped_evaled,'Foo'); #fails print Dumper($foo);
not ok 1 - The object isa Foo # Failed test (dumperIntro.pl at line 14) ... }, 'Foo' ); 1..3 # Looks like you failed 2 tests of 3.