I have a CGI script.
I need it to call another Perl program.
That second Perl program will be expecting a hash for input.
It will then do 'stuff' and end up with a new hash to be sent back to the first program.
I'm new to the whole IPC conecpt, other than basic system calls. Can anyone out there offer some clear-cut info on how to do this sort of thing?