From: Richie <[EMAIL PROTECTED]> > Hi all, > > I'm new to Perl. > Currently, I have a report that gets generated using format function > which gets output to a file. > Is it possible to be able to change the font or maybe convert the > output file to a Word document?
You might 1) produce a word file (there are modules for that on CPAN) 2) produce a RTF file (again modules are on CPAN, plus there is mine old http://jenda.krynicky.cz/#Template::RTF - I did not try it for ages, but it should work.) 3) produce HTML In the later two cases you can give it .doc extension and have it seamlessly opened and imported by MS Word. The users will never notice. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/