Re: perl and gnuplot

2005-06-28 Thread Gary Parker
have a functioning verion of the script at: http://arithmometer.org/gnuplot/gnuplot_4.pl Thanks again for your assistance. Gary Parker -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

perl and gnuplot

2005-06-19 Thread Gary Parker
has not been helpful to me. I can post it if anyone thinks it will help here. I have tried running gnuplot in both batch and interactive modes. A version of the script is availalbe at http://arithmometer.org/gnuplot/gnuplot_1.pl Any suggestions would be greatly appreciated. Gary Parker Cayuse

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

Re: perl and gnuplot

2005-06-19 Thread Gary Parker
zentara zentara at 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