%movies = ( 'Gone with the Wind' => { year => 1939, stars => ['Clark Gable', 'Vivien Leigh'], director => 'George Cukor' }, 'Wizard of Oz, The' => { year => 1939, stars => ['Judy Garland', 'Billie Burke'], director => 'Victor Fleming' } # etc. );