in reply to Re^3: Win32::IE::Mechanize trouble
in thread Win32::IE::Mechanize trouble

Here is the form tag. There's only form on the page

<form name="loginForm" method="post" action="/ccp/login/submitLogin.do">

I tried to isolate which it couldn't find by doing:

$ie->field( userName => "username" );

Then the same thing for password, but they both yielded the same result.