Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie: Interfacing Perl with Browser

Status
Not open for further replies.

Meiguoren

Technical User
Jun 16, 2008
4
Hello everyone,

I am interested in using Perl for a fairly simple task. I want to submit data (nucleotide sequences, for those interested in bioinformatics) to an html form, then make various other form selections and submissions, and ultimately save an image file that the website returns based on my earlier submissions. Because I need to do this 96 times per trial, automating it via Perl would be fantastic.

Unfortunately, I don't know where to go to learn about how to do this. I have a decent grasp of the fundamentals of Perl. I also have begun going over CGI stuff, but it seems my needs are client-side, not server-side. Can someone tell me where to go to learn how to program Perl to control my browser?


As always, thank you all very much for your help.
 
There's a module that might be the thing you want. Find it at
Steve

[small]"Every program can be reduced by one instruction, and every program has at least one bug. Therefore, any program can be reduced to one instruction which doesn't work." (Object::perlDesignPatterns)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top