I BioKid <mailto:[EMAIL PROTECTED]> asked:
> We have three web servers (say a,b,c) that take a similar 
> file (xyz.txt) and gives the results.
> Now, we want to make a meta-server with three check-boxes and 
> only one input form.
> The purpose is to accept a single file and run the  'checked' 
> server and provide the results as two separate links in next 
> two pages.
> 
> Is it possible to pass files to different CGI/perl program 
> using one single form ? How ?
> Any sample codes / applications around ?

The simple way would be to have a dispatcher CGI program on
your frontend server that accepts the files and parses the
CGI parameters the user sent and then does the necessary
request(s) on the user's behalf, storing the output locally.

The CGI and LWP manpages should get you started in your
endeavor.

HTH,
Thomas

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to