Re: perl and gnuplot

2005-06-28 Thread Gary Parker
zentara highstream.net> writes: > Why don't you try writing the gnuplot output to a temporary file, and > send that file, then delete it. That way you can get it to work for > sure. I still haven't figured out the problem with the plus symbols. However, I did find a way around the problem by wri

Re: perl and gnuplot

2005-06-19 Thread Gary Parker
zentara highstream.net> writes: > I think you need to look at HTML::Entities, but you > havn't shown your code. You need to properly "decode" > the get string. Thanks for the tip; I'll check it out. The code is below. <-- Begin perl script gnuplt_1.pl --> #!/usr/bin/perl -w # gnuplot_1.pl #

Re: perl and gnuplot

2005-06-19 Thread Gary Parker
I am guessing that the problem has something to do with the fact that spaces in the URL using the GET method are represented by addition symbols. I still cannot find a way around this problem. However, I did try writing the gnuplot commands to a temporary file and then haing gnuplot retrieve them