Help for this page

Select Code to Download


  1. or download this
    $my_car->model("corvette");
    
  2. or download this
    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