Apologies for our newbie-ness.
Using Perl and LWP we are posting genetic sequence information into a form on Primer3 website.
We want then to grab the results, but these come in a page with a different URL.
i.e. when using the website, the "Go" button takes you to a new page.
Original Page ;- http://www-genome.wi.mit.edu/...imer/primer3_www.cgi
Results Page ;- http://www-genome.wi.mit.edu/...mer3_www_results.cgi
We cannot get the 'redirect' working to grab the contents of the results page.
If 'redirect' is the right approach, can anyone help two newbies to get this working, or does anyone have any other suggestions.
Using Perl and LWP we are posting genetic sequence information into a form on Primer3 website.
We want then to grab the results, but these come in a page with a different URL.
i.e. when using the website, the "Go" button takes you to a new page.
Original Page ;- http://www-genome.wi.mit.edu/...imer/primer3_www.cgi
Results Page ;- http://www-genome.wi.mit.edu/...mer3_www_results.cgi
We cannot get the 'redirect' working to grab the contents of the results page.

If 'redirect' is the right approach, can anyone help two newbies to get this working, or does anyone have any other suggestions.