Thread Prozess Starten und PID speichern: ohne open (8 answers)
Opened by bloonix at 2006-06-03 17:51

GwenDragon
 2006-06-03 20:48
#66982 #66982
User since
2005-01-17
14542 Artikel
Admin1
[Homepage]
user image
Wie wäre es mit CPAN:Proc::Simple Prozess im Hintergrund starten ;)

Code: (dl )
1
2
3
$proc = Proc::Simple->new();
$status = $proc->start("/bin/echo", "hello", "world");
$pid = $proc->pid;
\n\n

<!--EDIT|GwenDragon|1149353563-->
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Prozess Starten und PID speichern: ohne open