%pet = ( fish.jpg => 'Fresh Fish', fido.jpg => 'Domestic Dog', ); if (getinput()) { print_header(); print "

I like $pet{$input{pet}}

"; print_footer(); } else { # no input; print the blank form... print_header(); print "
Pet:
"; print_footer(); }