in reply to Statistical Graphs with gnuplot and mod_perl
open PLOT, "echo \'$plot\' | $gnuplot |" or return SERVER_ERROR;
Considering that $plot partially consists of unfiltered user input, this looks like a very, very bad idea to me. Not to mention that you do the same with open().
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Statistical Graphs with gnuplot and mod_perl
by projekt21 (Friar) on Sep 11, 2003 at 09:37 UTC |