Need Help Filling In A Webform And Downloading A Dataset Via Perl
I want to export data in the website
http://networkin.info/version_2_0/checkNewPrediction.php?organism=9606&cutOff=0.7&requestId=12136
in two different formats ofthe drop-down list. How to acheive the aim by PERL.
• 1,394 views
•
link
1 answer
One of the perl modules that could help you accomplish it is called LWP
The topic does not seem to be a bioinformatics - you should ask generic software related questions on the StackOverflow site. This question will now be closed.
• 0 views
•
link
Log in to answer this question.
Link does not work correctly: "ERROR: invalid NetworKIN prediction parameters!". Also, what have you tried so far?
Check also http://search.cpan.org/~corion/WWW-Mechanize-FormFiller-0.10/lib/WWW/Mechanize/FormFiller.pm
And
http://stackoverflow.com/questions/719682/how-can-i-fill-in-web-forms-with-perl
You should ask more specific, not just post what you want to do. Including your codes, where you stuck.