Hsu, David wrote: > Thanks all for the suggestions, > > I tried > $data =~ s/\r//g; > and also with \n. Still the same output. I outputted the string to a > text file, and it is all in one line. So, I'm still baffled to why it > is printing in separate lines in HTML format and the "invalid data set" > error when I try to graph.
Still waiting for the small test case that illustrates your problem and the hex dump of your problem variable (I guess $data in this case). You can't figure out a problem until you explain it properly. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
