Re: thread/fork on Win98

2001-05-23 Thread Edward G. Orton
- Original Message - From: "Adam Frielink" <[EMAIL PROTECTED]> To: "Perl Users List" <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 2:07 PM Subject: thread/fork on Win98 > After reading through the archives, I have become fully confused. I > un

thread/fork on Win98

2001-05-23 Thread Adam Frielink
After reading through the archives, I have become fully confused. I understand that Thread is not functional in Build 623. But is fork? I am using this script from the Active Perl Developer's Guide. ## print "Starting the Parent\n"; unless($pid = fork) { sleep 2; for (1 .. 20) {