<!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>&nbsp;</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>&nbsp;</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>&nbsp; 
"test.png",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>&nbsp; 
"--title",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>&nbsp; "Test 
Title",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>&nbsp; 
"--end",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007>&nbsp;&nbsp;<FONT face=Arial 
size=2>"now",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>&nbsp; 
"--start",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007>&nbsp;&nbsp;<FONT face=Arial 
size=2>"now-1d",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>&nbsp; 
"DEF:param0:test.rrd:param0:AVERAGE",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>&nbsp; 
"LINE1:param0#009900:Test"</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>&nbsp; 
"COMMENT:\\g",</FONT></SPAN></DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial size=2>&nbsp; 
"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>&nbsp;</DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</DIV>
<DIV><SPAN class=389424716-27072007><FONT face=Arial 
size=2>&nbsp;Glenn</FONT></SPAN></DIV></BODY></HTML>