Help for this page
$my_car->model("corvette");
my $park = new CarPark( filename => 'blah'); # this will read the file, and (unless the file ... $car = $park->get("corvette"); # a new instance print $car->horse_power