Thread Anwendungsinstallation!: Installation startet nicht! (11 answers)
Opened by Schlampie at 2004-01-14 09:09

Dubu
 2004-01-14 16:28
#79139 #79139
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
Du solltest dir noch ausgeben lassen, wenn das open() oder das close() schief laeuft:
Code: (dl )
1
2
3
open (...) or die "cannot fork: $!";
...
close (...) or die "cannot close pipe: $!";

View full thread Anwendungsinstallation!: Installation startet nicht!