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


in reply to Controlling IE and making it QUIT !!

use Win32::IEAutomation;

Replies are listed 'Best First'.
Re^2: Controlling IE and making it QUIT !!
by Anonymous Monk on Feb 17, 2013 at 13:58 UTC
    what would that accomplish?
      Using this module we can just write:
      $ie->closeIE();
      to close IE instance.