dash2@cherokee:~ > perl $modtyp = 9; if ($modtyp == 9) { print " response1"; } elsif ($modtyp == 10) { print " response2\n"; } response1dash2@cherokee:~ >