http://qs321.pair.com?node_id=1019157


in reply to Re^4: Controlling IE and making it QUIT !!
in thread Controlling IE and making it QUIT !!

No! But (only for Win32::IEAutomation):
$self->{agent}->Quit;

Replies are listed 'Best First'.
Re^6: Controlling IE and making it QUIT !!
by Anonymous Monk on Feb 17, 2013 at 16:13 UTC

    No what?

Re^6: Controlling IE and making it QUIT !!
by Anonymous Monk on Feb 19, 2013 at 09:37 UTC
     $self->{agent} is same type of object as OPs , its  $IE  = Win32::OLE->new("InternetExplorer.Application"), it has all the same methods, it has Quit,