Hi ,
I had built perl 5.6.1 with libwin32-0.19 on
windows2000.   Earlier i was using perl 5.005 and the
starting script which calls 2 processes in background
as 
  system("start /b xyz.pl &");
  $command = "abc.exe ... &";
  `$command`;
  works fine with perl 5.005.

But after I changed perl to perl 5.6.1 , when i tried
with wperl.exe,and debugged the perl script , a new
"cmd" process launches, and unless I close that "cmd"
window , 2 processes doesn't start. 

When similar debug is done with perl 5.005 , similar
window launches but also exit immediately and 2
processes starts. 

Why a new "cmd" process does not terminate ?

Thanks and regards,
Sadanand




                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to