Gast+2007-11-27 15:35:00--@ptk: Wie bist du darauf gekommen system() mit einer 1 am Anfang ( Win32 ) aufzurufen?
Habs bei mir gerade mal ausprobiert, das funktioniert ja ausgezeichnet!
Das steht in perldoc perlport unter system:
Quote As an optimization, may not call the command shell specified in
$ENV{PERL5SHELL}. "system(1, @args)" spawns an external
process and immediately returns its process designator, without
waiting for it to terminate. ... (Win32)