There is a form on the web, whose method is POST. I have
many protein sequences to POST there, each with different
sequence names. Is there a way of automating a web form to
take many sequences one at a time, run each protein
sequence thorugh the form, save the output in a text-
format file, put that into a filehandle, then run the other
sequences, one by one, always adding the resultant text output
per sequence run into the 'eventual' filehandle, and so on
etc.
Any help will be much appreciated.