emmiesix has asked for the wisdom of the Perl Monks concerning the following question:
The question is very basic. Can I use perl (about the only 'scripting' language I know) to fill out a CGI form (such as http://fermi.gsfc.nasa.gov/cgi-bin/ssc/LAT/LATDataQuery.cgi) and submit? (Once I get the return page I can handle parsing the html and downloading the data via wget). I see that a cgi perl module exists, but it seems to be geared towards creating your own forms for your own server. I have long been doing big automated downloads using html queries (where the relevant stuff is in the URL), but I'm honestly confused where to go with CGI.
I need to query NASA's server for several thousand objects... a push (or a shove) in the right direction would be appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl to automate CGI query?
by ikegami (Patriarch) on Feb 22, 2011 at 22:39 UTC | |
by emmiesix (Novice) on Jun 24, 2011 at 21:33 UTC | |
|
Re: Perl to automate CGI query?
by 7stud (Deacon) on Feb 22, 2011 at 23:03 UTC | |
by Sherm (Sexton) on Feb 22, 2011 at 23:13 UTC | |
by Cody Fendant (Hermit) on Feb 23, 2011 at 04:50 UTC |