I have not worked with web programming or web forms before so I am lost here. There is a simple perl/cgi
<form method="post" action="/gestalt/cgi-pub/Kaviar.pl" enctype="multipart/form-data">
Now I tried looking at questions here, did a google search and read some about urllib2 etc. I guess I don't know enough about this to pick up from where all those left or integrate and use their examples in a meaningful way to solve my problem. Here is the page http://db.systemsbiology.net/gestalt/cgi-pub/Kaviar.pl and I want to use this page through python , submitting data and retrieving it and parse it in my script. Sample data is like this
chr1:4793
chr1:53534
chr1:53560
So the question is , can you help me how to submit data and get results back into a python script ,step by step or can you please guide me to a simple, step by step guide that teaches how to do this? Thanks