Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::OLE;
    ...
    $ie->ExecWB(6,0);#This will try to print, but it's a cumbersome
    sleep(5);
    $ie->Quit;