Help for this page
## Additional Instance Variables in Subclasses { package Animal; ... $racer->showed; $racer->lost; print $racer->name," has standings of: ",$racer->standings,".\n";
Not a HASH reference at notes_chap_10.perl line 303.
$self->{$_} = 0 for qw/wins places shows losses/;