Help for this page

Select Code to Download


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