Help for this page
my $auto = new car("Opel Vectra",50000);
my $auto = car->new("Opel Vectra",50000);
use strict; use warnings; ... # add other "collective" methods 1;