Help for this page

Select Code to Download


  1. or download this
    my Animal $spot = Dog->new;
    $spot->Reproduce; # fine
    $spot->DriveToWork # not OK
    some_other_function_that_returns_an_object()->method # ignore this