> HTML form say Aform.html submitted to Ascript.cgi which collects
information
> and passes it to another cgi script say Bscript.cgi on a different host
(if
> possible).

Use the LWP modules particularly perldoc (www.perldoc.com, select modules in
CPAN) LWP::UserAgent, this allows you to submit forms and get the result
back in a perl script or module, it also allows for things like logging in,
accepting cookies, etc.

regards,

A.



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to