[rrd-users] Re: line breaks with shared rrd
Augusto Castelan Carlson
carlson at npd.ufsc.br
Tue Sep 16 16:05:40 MEST 2003
Alexander Reelsen wrote:
>Try \\\n (escapes the backslash and the n) or use 'single quotes'
>
No success.
I Concatenate an entire string:
my $graficob = "\"" . $diretorio .
"testeb".$x.".gif\",\"-s\",\"-86400\",\"-v\",\"bits por
segundo\",\"-t\",\"Política " . $gindex[$x][1] .
"\",\"-w\",\"500\",\"-h\",\"200\"," . $graficobytes[$gindex[$x][0]];
then I used eval function do create the graph.
eval("RRDs::graph ($graficob)");
The code that I sent before is from a Perl print: print "RRDs::graph
($graficob)";
Can this be the problem?
Thank you.
Augusto
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list