
yapp
User
Feb 12, 2002, 3:45 AM
Post #1 of 3
(7379 views)
|
fork() replacement for perl < 5.6
|
Can't Post
|
|
To send an e-mailing list I use the fork() function in my perl program. Perl 5.6 also supports that for win32!!!! However, what can I do to make the code work for perl versions less then 5.6 running under win32?? I also need to be able to transfer some variables and data to the child process, either through a handle or a file... (fork() solves this problem.) Yet Another Perl Programmer _________________________________ ~~> [url=http://www.codingdomain.com]www.codingdomain.com <~~ More then 3500 X-Forum [url=http://www.codingdomain.com/cgi-perl/downloads/x-forum]Downloads!
|