if($action eq "bla") { if($nick eq "") { print $client "Fehler: Kein Nick angegeben."; $select->remove($client); $client->close(); last; } }