Thread Programm aus perl starten (11 answers)
Opened by lichtkind at 2005-03-31 17:56

Taulmarill
 2005-04-01 12:09
#53113 #53113
User since
2004-02-19
1750 Artikel
BenutzerIn

user image
aus perldoc perlfork:
Quote
On some platforms such as Windows where the fork() system call is not available, Perl can be built to emulate fork() at the interpreter level. While the emulation is designed to be as compatible as possible with the real fork() at the level of the Perl program, there are certain important differences that stem from the fact that all the pseudo child "processes" created this way live in the same real process as far as the operating system is concerned.

hat da einer erfahrungswerte?
$_=unpack"B*",~pack"H*",$_ and y&1|0& |#&&print"$_\n"for@.=qw BFA2F7C39139F45F78
0A28104594444504400 0A2F107D54447DE7800 0A2110453444450500 73CF1045138445F4800 0
F3EF2044E3D17DE 8A08A0451412411 F3CF207DF41C79E 820A20451412414 83E93C4513D17D2B

View full thread Programm aus perl starten