if ($what eq 'the_sword') { do('sword', $stuff); } elsif ($what eq 'the_gun') { do('gun', $stuff); } else { do('default', $stuff); }