http://qs321.pair.com?node_id=493290


in reply to Authentication with WWW::Mechanize

Your error messages are a little puzzling:-

How are www.omniomix.com and wwws.izone.com related?

Assuming that isn't the result of discrepency between code pasted here and the code run to get those errors, you may want to enable debugging by adding...

use LWP::Debug qw( + );

...to your script and then re-running it.

This should tell you exactly how submitting a form at izone.com is landing you at omniomix.com, and probably provide some vital insight to your problem.

    --k.