in reply to Authentication with WWW::Mechanize

Is there a reason you are creating a URI object to pass into the Mechanize get method? I think it just wants a simple URL. Try putting the https string directly in the get call like this:
$mech->get('https://wwws.izone.com/apps/LogIn');