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