Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
CODE $mech->submit_form( form_number => $number, fields => \%fields, ) or die "Error"; }
I'd imagine it'd at least print ERROR, but it does not, so for the life of me I can't figure out what's wrong.ERROR Software error: at /usr/lib/perl5/site_perl/5.8.5/WWW/Mechanize.pm line 1492.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to get useful errors with WWW::Mechanize
by MonkE (Hermit) on Oct 16, 2006 at 18:42 UTC | |
|
Re: how to get useful errors with WWW::Mechanize
by ptum (Priest) on Oct 16, 2006 at 18:08 UTC | |
by Anonymous Monk on Oct 16, 2006 at 18:16 UTC | |
by Anonymous Monk on Oct 16, 2006 at 18:21 UTC |