Help for this page
use Win32::Process; # First file spawn_server.pl ... print "$0: About to terminate. Waiting for <RETURN> to be hit...\n"; <STDIN>; print "$0: End.\n";
# Separate file - spawn client. ... print "$0:\t$Temp=$Data{$Temp}\n"; } print "$0: End.\n";