print "eingabe:\n"; $input = ; if ($input eq "asd") { print "richtig\n"; } else { print "falsch\n"; }