On Sat Jan 05 20:17:42 2008, RSAVAGE wrote:
Show quoted text> I installed OFC V 1.9.6, and to get your great module
> (for which, $many x $thanx) to work
> I had to change line 52 of Chart::OFC to be:
> return $CRLF . join '', map { "$_ \n" } @lines;
> I found this code in OFC's perl-ofc-library/open_flash_chart.pm.
This is weird. I took a look at the PHP library in the latest version of
OFC, and it still uses CRLF as the line separator. AFAIK, the PHP
library is the best maintained server-side generator for this library,
since it's what the Flash library's author uses.
I tested the existing code with OFC 1.9.6 and it seemed to work fine.