in reply to Slice of a multi-level hash

A grouping problem, w/o curlies Perl must try to slice %auto at top level.

@{ $auto{'ford'}{'F150'} }{'tires','lights'} = ('ALL SEASON','HALOGEN');

But TIMTOWTDI, see

  •  References quick reference
  •  Mini-Tutorial: Dereferencing Syntax

    HTH :)

    Cheers Rolf

    (addicted to the Perl Programming Language and ☆☆☆☆ :)