if ($brichtig eq '1') { print "\nDer Server wird jetzt gestartet!"; chdir '/home/COUNTERSTRIKE/COUNTERSTRIKE/COUNTERSTRIKE'; print qx'screen ./hlds_run -game cstrike +maxplayers $bslot +map $bmap'; print "\n\n\nCounterStrike Manuell wirdgestartet!\n\n"; exit; } elsif ($brichtig eq '2') { goto check1; } elsif ($brichtig eq '3') { goto counterstrike; } else ($brichtig gt '4') { print "FALSCHE EINGABE!\n"; goto counterstrike; } }