ummm....

In no particular order....

@films = (
        'A Knight\'s Tale',
        'High Fidelity',
        'Grosse Pointe Blank',
        'Big Trouble in Little China',
        'Dogma'
);

%singles = {
        'The Offspring' => 'The kids aren\'t' alright',
        'Metallica' => 'The Unforgiven',
        'Rammstien' => 'Ich Will',
        'Greenday' => 'Welcome to Paradise',
        'Saxon' => 'Princess of the Night'
};

%albums = {
        'Saxon' => 'The Eagle has landed',
        'The Offspring' => 'Americana',
        'Linkin Park' => 'Hybrid Theory',
        'AC/DC' => 'Back in Black',
        'Limp Bizkit' => 'Chocolate Starfish and the Hotdog flavored
water'

};

There would be loads of 'honourable mentions'.... too many to list :)

Andy


Reply via email to