Subject: | calls to FormFiller should be "eval'ed" to catch errors |
Hello,
I was using this Shell module to fill out a form when it suddenly died. Here were the last lines:
|1
|49
(option)park_id> []
Illegal value '' at /usr/local/share/perl/5.8.0/WWW/Mechanize/FormFiller.pm line 106
######
It would be nice if this situation could be trapped with an eval statement, and a message returned: "Illegal value, please try again" (unless it's really a bug in FormFiller).
Thanks again,
Mark