Help for this page

Select Code to Download


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