<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>Hi
All,</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>I am using the RRDs
Perl module, but I am having problems using the \g option in the COMMENT to get
a newline.</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>my $args =
[</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>
"test.png",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>
"--title",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2> "Test
Title",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>
"--end",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007> <FONT face=Arial
size=2>"now",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>
"--start",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007> <FONT face=Arial
size=2>"now-1d",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>
"DEF:param0:test.rrd:param0:AVERAGE",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>
"LINE1:param0#009900:Test"</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>
"COMMENT:\\g",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>
"COMMENT:Next"</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2>];</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2>RRDs::graph(@$args);</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>The graph is
produced, but the new line is not in the graph footer, I have tried <A>\\\\g</A>
as well, that failed too. How do I correctly pass that comment through to the
rrggraph function?</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2>Thanks</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial
size=2> Glenn</FONT></SPAN></DIV></BODY></HTML>