I have a server and client program roughly written that will connect on a socket and return output, etc.
What I cannot figure out is to execute the server program and have it execute the client program, for example:
server-side# ./server.pl
client-side# (starts running client.pl when server.pl was executed on server-side)
What I cannot figure out is to execute the server program and have it execute the client program, for example:
server-side# ./server.pl
client-side# (starts running client.pl when server.pl was executed on server-side)