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:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to