in reply to Using Perl and OWC to render Excel-Style Graphs

I've pondered if PerlMonks should have some color syntaxing filter options available, but please don't do that by default. Your favorite options happen to be confetti-colored, but I would expect a LOT of people don't enjoy that particular choice for presentation.

The <code> and <readmore> tags are available to mark up the posting so that it fits in with the usability goals of the community... I can change my CSS file to alter the general appearance, but personal CSS files won't undo the technicolor wonder of code presented this way.

--
[ e d @ h a l l e y . c c ]

  • Comment on Re: Using Perl and OWC to render Excel-Style Graphs

Replies are listed 'Best First'.
Re: Re: Using Perl and OWC to render Excel-Style Graphs
by Anonymous Monk on Jul 02, 2003 at 17:12 UTC

    Okay, I'll update it then - if anyone is interested, this was generated using source-highlight from the GNU site at http://www.gnu.org/directory/text/doc/sourcehighlight.html.

    The command line to do this is

    source-highlight -i d:\temp\owc.pl -sperl -fhtml > xx.htm

    The file xx.htm will then contain the HTML segment.