Help for this page
%call_and_response = ( ... 'how about that local sports team?', 'they suck', );
if($call_and_response{$call}){ print $call_and_response{$call}; }else{ print "huh?"; }