use Win32::IEAutomation; use Win32::IEAutomation::Table; #Opening IE browser #$IE=Win32::OLE->new('InternetExplorer.Application'); $IE=Win32::IEAutomation->new(visible=>1, maximize=>1); #print "test\n"; #Opening the application by providing applicaiton's URL $IE->gotoURL("http://"); #Set the value to a textbox in the login web page $IE->getTable('name':, '')->tableCells$row,$column)->SetValue('user');