in reply to can't get www::mechanize to work on a web site
You could try using HTTP::Recorder to record your WWW::Mechanize script. I tried it, and it generated this script:
$mech->get("http://search.lyrics.astraweb.com/?word=hey+jude"); $mech->follow_link(text => "Hey Jude (lennon/mccartney)", n => "1");
Since the "Hey Jude" link (without authors) produced a 500 (connection refused) error, so I chose another one for the example.
Linda
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: suck on www::mechanize question
by smackdab (Pilgrim) on Mar 01, 2004 at 07:10 UTC | |
by leira (Monk) on Mar 01, 2004 at 07:33 UTC | |
by smackdab (Pilgrim) on Mar 01, 2004 at 22:13 UTC | |
by leira (Monk) on Mar 01, 2004 at 22:30 UTC |