in reply to Re^2: accessing data inside HASH(0x225b94)
in thread accessing data inside HASH(0x225b94)

Apologies.I have not read the module's documentation and made an incorrect assumption.The docs say that 'getAgent() will return a reference to the Internet Explorer automation object, created using Win32::OLE' so what you expect in return is an object reference which you manipulate as in :
$ie1=$ie->getAgent(); $ie1->gotoURL('http://www.google.com');