I did not work with web programming or web forms before I got lost here. There is a simple perl / cgi
<form method="post" action="/gestalt/cgi-pub/Kaviar.pl" enctype="multipart/form-data">
Now I tried to find questions here, did a google search and read some about urllib2 etc. I think I don’t know enough about this to pick up where all those who left or integrated and used their examples in a meaningful way to solve my problem came from. Here is the page
http://db.systemsbiology.net/gestalt/cgi-pub/Kaviar.pl
and I want to use this page through python, send the data and extract it and parse it in my script. Sample data is as follows
chr1:4793
chr1:53534
chr1:53560
So the question is, can you help me how to send the data and get the results back to the python script, step by step, or can you guide me to a simple step-by-step guide that teaches how to do this? Thanks
source
share