in reply to Perl script syntax highlighting in Microsoft word?

Probably not easily. I'd guess your best bet would be to find a syntax highlighter for perl that would output in HTML and then import that.

Of course, that's not a solution if you actually want to use word to write Perl code. But why anyone would want to do that is beyond me. There are plenty of decent editors available.

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: Perl script syntax highlighting in Microsoft word?

Replies are listed 'Best First'.
Re: Re: Perl script syntax highlighting in Microsoft word?
by TVSET (Chaplain) on Oct 27, 2003 at 00:55 UTC
    There are many vim2html scripts that allow one to export files to HTML using Vim syntax highlighting. Here is one. :)