my @auto = ( # erstes Auto { Hersteller => 'foo', Modell => 'bar', # aka Baureihe Farbe => 'grau', Baujahr => '1984', }, # nächstes Auto );