|
Posted by Rose on February 21, 2008, 2:09 am
Please log in for more thread options
i have hundreds of files to submit to
http://propka.ki.ku.dk/~drogers/
for analysis. the inputs are some 4-letter code, e.g. 1a00, 1brs, 2bti,
3bmn, ...
How can I tell perl to submit the values and retrieve the results under a
Linux platform?
|
|
Posted by Tad J McClellan on February 21, 2008, 6:40 am
Please log in for more thread options
> i have hundreds of files to submit to
>
> http://propka.ki.ku.dk/~drogers/
>
> for analysis. the inputs are some 4-letter code, e.g. 1a00, 1brs, 2bti,
> 3bmn, ...
>
> How can I tell perl to submit the values
perldoc -q form
How do I automate an HTML form submission?
> and retrieve the results under a
> Linux platform?
perldoc -q HTML
How do I fetch an HTML file?
--
Tad McClellan
email: perl -le "print scalar reverse qq/moc.noitatibaher0cmdat/"
|
|
Posted by J. Gleixner on February 21, 2008, 11:29 am
Please log in for more thread options Rose wrote:
> i have hundreds of files to submit to
>
> http://propka.ki.ku.dk/~drogers/
>
> for analysis. the inputs are some 4-letter code, e.g. 1a00, 1brs, 2bti,
> 3bmn, ...
>
> How can I tell perl to submit the values and retrieve the results under a
> Linux platform?
>
>
Is this the first place you go for help? Try reading through
some documentation, asking co-workers, searching the Internet,
searching CPAN, or make some attempt at finding a solution on
your own.
Searching the Internet on "perl http submit" returned many
helpful places to start. Here are a few more:
perldoc lwpcook
LWP::Simple
WWW::Mechanize
lwp-request
|
|
Posted by david on February 21, 2008, 11:32 am
Please log in for more thread options > i have hundreds of files to submit to
>
> http://propka.ki.ku.dk/~drogers/
>
> for analysis. the inputs are some 4-letter code, e.g. 1a00, 1brs, 2bti,
> 3bmn, ...
>
> How can I tell perl to submit the values and retrieve the results under a
> Linux platform?
Hi,
Did you try the LWP module from CPAN ?
Best regards,
David
|
| Similar Threads | Posted | | retrieve info from searching site | May 6, 2008, 11:24 am |
| Help with retrieve a cookie | November 16, 2005, 10:19 am |
| Using libwww to retrieve a UTF-8 webpage | November 4, 2004, 8:56 pm |
| How do you retrieve a char from a string? | July 17, 2007, 3:50 pm |
| urgent problem: can't retrieve cookie | September 11, 2005, 2:03 pm |
| how to retrieve the header information from a html page ??? | March 24, 2005, 12:41 pm |
| How to retrieve the Perl script returned value in C program? Many thanks | April 24, 2007, 3:39 pm |
| Need info | March 9, 2006, 8:57 am |
| getting font info? | September 8, 2005, 7:25 pm |
| DBI call info | January 24, 2007, 10:10 pm |
|