%call_and_response = ( 'yo', 'what\'s up', 'not much', 'cool', 'how about that local sports team?', 'they suck', ); #### if($call_and_response{$call}){ print $call_and_response{$call}; }else{ print "huh?"; }