Thread Simpler Threaded Server: ...und ich find den fehler nicht... (5 answers)
Opened by Gast at 2007-05-18 11:56

MisterL
 2007-05-18 12:31
#37559 #37559
User since
2006-07-05
334 Artikel
BenutzerIn
[default_avatar]
Also zwei Klammerfehler könnte ich herausmachen (Zeile 100 und 122)
Danach gab es trotzdem eine Fehlermeldung:
perl datei.pl
main::server() called too early to check prototype at datei.pl line 139.

Und einen FTP-Clienten habe ich gerade auch nicht, deswegen:
Code: (dl )
1
2
3
4
5
6
7
sub help() {
print ("Valid commandline Options are:\n");
print ("-config -Initiates Configuration\n");
print ("-printcfg -Print Config\n");
print ("-server -Starts the Server\n");
print ("-genpass -Generates a new keyfile (1st-timers: Use -config instead!)\n");
}


Vielleicht bringt es dennoch weiter ;-)
“Perl is the only language that looks the same before and after RSA encryption.”

View full thread Simpler Threaded Server: ...und ich find den fehler nicht...