Help for this page
use Win32::IEAutomation; ... # Using 'name:' option ( <input type="text" name="username" .. +.....> ) $ie->getTextBox('Email:',"sreenathdravidian")->SetValue($user) +;
WARNING: 'Email:' is not supported to get the object