$PpptApp = Presentations(Presentation1)->Open("$input"), ReadOnly ->True; #### $PpptApp = $PptApp->Presentations(Presentation1)->Open("$input"), ReadOnly ->True; #### $PpptApp = $PptApp->Presentations->Open("$input"), ReadOnly ->True; #### my $PpptApp = $PptApp->Presentations->Open("$input", 1);