Help for this page

Select Code to Download


  1. or download this
    
    use warnings;
    ...
       $IE->ExecWB( ${ $ie_const }{ 'OLECMDID_PRINT'} } );
    
    }
    
  2. or download this
       $IE->ExecWB( ${ $ie_const }{ 'OLECMDID_PRINT' }, ${ $ie_const }{ 'O
    +LECMDID_PROMPTUSER' } );
    
  3. or download this
    my $automater = $IE->Automation()