fork issue in OVMS perl script

2009-10-12 Thread purnima bhandari
Hi, I am new to OpenVMS Perl. I know that fork is currently not supported in the OVMS Perl (perl 5.8.6 on Ia64, VMS 8.3). I am currently trying to port the Perl script which has fork call and running successfully in UNIX environment. I saw in the readme documentation that we can use the vfork/exec

Re: fork issue in OVMS perl script

2009-10-12 Thread Craig A. Berry
On Oct 12, 2009, at 5:23 AM, purnima bhandari wrote: Hi, I am new to OpenVMS Perl. I know that fork is currently not supported in the OVMS Perl (perl 5.8.6 on Ia64, VMS 8.3). I am currently trying to port the Perl script which has fork call and running successfully in UNIX environment. I saw in