Thread
POE: Job Server Beispiel
(2 answers)
Opened by
pktm
at
2007-11-20 22:22
Froschpopo
2007-11-20 23:55
User since
2003-08-15
2653 Artikel
BenutzerIn
schau dir mal Proc::Background an, das macht genau das was du willst.
Z.B. so:
Code: (
dl
)
1
2
3
use Proc::Background;
Proc::Background->new("befehl", @parameter);
View full thread
POE: Job Server Beispiel