http://www.perlmonks.org?node_id=1019144


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

Using this module we can just write:
$ie->closeIE();
to close IE instance.

Replies are listed 'Best First'.
Re^4: Controlling IE and making it QUIT !!
by Anonymous Monk on Feb 17, 2013 at 14:41 UTC
      No! But (only for Win32::IEAutomation):
      $self->{agent}->Quit;

        No what?

         $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,