print "Insert your command:"; $input = ; if ($input =~ /^help\s+(.*)/) { # do something } elsif ($input =~ /^other command\s+(.*)/) { # do something else }