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