Using OLE to get text out of Powerpoint
问题 I am trying to use Win32::OLE to get a list of slides and their titles from the current presentation. So far I can get my $powerpoint = Win32::OLE->GetActiveObject('Powerpoint.Application') my $ap = $$powerpoint { ActivePresentation } ; my $slides = $$ap { slides } ; But $slides only has properties Application Count Parent Can anyone point me to take this futher. I realise an obvious answer is don't use Powerpoint. Corporate dictat and all that. 回答1: See also my answer to Automating a Job at