Hi All,

I've got a cgi form that takes in data.  Then, I want the data to be passed to a 
script that's
waiting on a DIFFERENT host.

So, say I have this pseudo-code:

cgi script on host 1    pass $name to host 2          script on host 2
# get $name             --------------------------->  print "hi there $name!\n";

Obviously, I'll be doing something a little more in-depth than printing the variables, 
but you get
the idea!


I went through perlfaq 8 in the perldocs, but I didn't understand the networking 
jargon :-(

Thanks!
Simon

=====
#########################################

Warmest Regards,
Simon K. Chan - [EMAIL PROTECTED]

"Great spirits have always encountered violent opposition from mediocre minds."  - 
Albert Einstein

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to