in reply to IE & File Open
You should really read up on the mechanism you're using here. You have lines that display IE and then navigate to a site. You need to change the latter to navigate to the BRIO query you need to run.
$ie->{visible} = 1; $ie->navigate($brio);
|
|---|