Hash Perl

%hash = (
    fruit    =>  apple,
    sandwich =>  hamburger,
    drink    =>  bubbly,
);
print "$hash{fruit}\n";