Today you sent me mail regarding [rrd-developers] Problem using RRDs: *> Hi There, *> *> I am planning to use RRD tool for my development and I have problems using *> it. Here it goes .. *> *> I tried to use RRDs package to create a graph using RRDs::graph and could *> not do it. *> *> The code looks like *> *> #!/usr/bin/perl -w -I/usr/lib/perl *> *> use RRDs; *> *> RRDs::graph qw(manoj.png *> -s 920804400 -e 920834400 -w 500 -h 200 *> DEF:tmp=manoj.rrd:temp:AVERAGE *> "LINE3:tmp\#0000ff"); *> *> and I get a error from perl, saying *> *> Possible attempt to put comments in qw() list at ./draw_graph.pl line 8.
newlines in qw are not allowed ... cheers tobi *> *> Can you please help ?? *> *> Thanks in advance. *> *> - Manoj *> --------- *> *> -- *> * To unsubscribe from the rrd-developers mailing list, send a message with the *> subject: unsubscribe to [EMAIL PROTECTED] *> *> -- ______ __ _ /_ __/_ / / (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich / // _ \/ _ \/ / TEL: +41(0)1-6325286 FAX:...1517 ICQ: 10419518 /_/ \.__/_.__/_/ [EMAIL PROTECTED] http://ee-staff.ethz.ch/~oetiker -- * To unsubscribe from the rrd-developers mailing list, send a message with the subject: unsubscribe to [EMAIL PROTECTED]
