NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Using Perl to produce PowerPoint presentations (Score:2)
I quickly glanced at the source, and it quickly revealed what I had already suspected, based on the module name: it uses Win32::OLE to do its magic. So this means you have to have MS-PowerPoint, and have to have it installed. (When I get MS-Office from work, I tend to not install PowerPoint.) Oh, and you must use it on Windows, too.
So one can still dream of a module like SpreadSheet::ParseExcel/SpreadSheet::WriteExcel, that parses/generates the native PowerPoint format, but without using Microsoft's program. (Which I hate.) Producing the muck people tend to expect, but without getting your hands dirty.
Reply to This
Re: (Score:1)