Help for this page

Select Code to Download


  1. or download this
    $PpptApp = Presentations(Presentation1)->Open("$input"), ReadOnly ->Tr
    +ue;
    
  2. or download this
    $PpptApp = $PptApp->Presentations(Presentation1)->Open("$input"), Read
    +Only ->True;
    
  3. or download this
    
    $PpptApp = $PptApp->Presentations->Open("$input"), ReadOnly ->True;
    
  4. or download this
    
    my $PpptApp = $PptApp->Presentations->Open("$input", 1);