Re: WWW::Mechanize cannot find form.

Andy Lester <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.lwp
Message-ID <[email protected]>
> I am a novice at perl coding to bare with me if I'm making silly
> mistakes.

Thanks, I'll keep my clothes on.

Look at the mech-dump program and see what it does:

sub dump_forms {
     my $mech = shift;

     for my $form ( $mech->forms() ) {
         print $form->dump;
         print "\n";
     }
}

xoa

--
Andy Lester => [email protected] => www.petdance.com => AIM:petdance
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.