coffee wrote: [snip]
1)[snip]
script one ::
send request to script two with something like ?grab=variable
2)
script two ::
sees that they want the value of 'variable' and sends it back to script one with something like ?variable=monkey
3)
script one ::
parses that reply from script two and uses the data
$variable = $input_from_script_two{'variable'};
print "You are a $variable";
I'm not clear what your scripts have to do with LWP. You could easily implement this with Net::Socket or something if all you want is two scripts to communicate with each other over the network.
Can you be more specific as to what you are trying to accomplish?
--
In Reach Technology: http://inreachtech.net/
Robert G. Werner
[EMAIL PROTECTED]
Tel: 559.304.5122
