나는 펄 프로그래밍에 새로운 오전 나는 사용자 입력에 대한 서브 루틴을 호출하는 것을 시도하고있다 :사용자 입력 (문자열)에 따라 perl에서 서브 루틴을 호출하는 방법은 무엇입니까?
print "Would you like to [A]dd a new student or [R]eturn to the previous menu?";
$tempCommand = <>;
if($tempCommand eq "A") {addStudent()}
elsif($tempCommand eq "R") {mainmenu()}
else{mainmenu()}
호출은 항상 다른 사람의 나는 A가 입력 한 경우에도 조건 또는 R.