http://qs321.pair.com?node_id=458582

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
I have a question concerning LWP and cgi links. I want to get on the site which the link refers to. I know how to write the LWP browser but what is the method that "klicks" on links? Or what parameter linke [submit => "submit",...] is it?

"../cgi-bin/hgTracks?position=chr3L:5281480-5281825&db=droYak1&ss=../t +rash/hgSs_genome_29273_1116496720.pslx+../trash/hgSs_genome_29273_111 +6496720.fa&hgsid=42034877"
Thats the link I want to klick on with my script. Thank you a lot.

20050519 Corion: Put link into code tags

Replies are listed 'Best First'.
Re: LWP and cgi links
by holli (Abbot) on May 19, 2005 at 11:23 UTC
Re: LWP and cgi links
by Joost (Canon) on May 19, 2005 at 11:23 UTC
      Thank you very much. I will try it out.