|
|
Choosing A Webhost: |
WWW::Mechanize problems: msg#00027lang.perl.modules.lwp
Hello, I have a problem with WWW::Mechanize that I cant solve. I am posting to a site but apparently I get always to the same original site. my $mech = WWW::Mechanize->new(stack_depth => 1); ... my $url = URI->new("http://rna.tbi.univie.ac.at/cgi-bin/RNAfold.cgi"); ... $mech->get($url); ... if($mech->success()) { $mech->form_number(1); $mech->set_fields( name => "$names[$num]", Sequence => "$lines[$num]", pffold => "pf", Params => "RNA", Temp => "37", email => 'some_email@xxxxxxx' ); $mech->untick(toggles => "-4"); $mech->untick(toggles => "-d"); $mech->tick(toggles => "-noCloseGU"); $mech->tick(toggles => "-noLP"); $mech->untick(plot => "on"); $mech->untick(SVG => "on"); $mech->untick(SSview => "on"); $mech->click_button(value => "Fold it"); if($mech->success()) {... do something I never get to the next page. Arrays @nams and @lines are not empty. I checked it with submit with some hardcoding for Sequence but there is no chance to get past the original site. Do I anything wrong? I am lost I am afraid. Thank you in advance for any advice. Sebastian
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Getting (Bad protocol 'tcp') errors under Solaris, Gisle Aas |
|---|---|
| Next by Date: | Re: Getting (Bad protocol 'tcp') errors under Solaris, Andy Lester |
| Previous by Thread: | Getting (Bad protocol 'tcp') errors under Solaris, Michael J. Freeman |
| Next by Thread: | Re: WWW::Mechanize problems, Peter Stevens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |