my %favorite_critter_of = ( andy => 'badger', larry => 'camel', vito => 'cat', ); put_on_cover( $favorite_critter_of{ andy } );