Help for this page

Select Code to Download


  1. or download this
    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";
    
  2. or download this
    # Separate file - spawn client.
    
    ...
        print "$0:\t$Temp=$Data{$Temp}\n";
    }
    print "$0: End.\n";