print "Insert your command:"; $input = ; if ($input eq "help") { # do something } elsif ($input eq "other command") { # do something else }