in reply to (tye)Re: Trouble using system() on Win32 machines
in thread Trouble using system() on Win32 machines

A simple way to get the parent process to block on the child on a Win2K box would be to do this:
system 'start /wait perl test.pl';