[rrd-users] Re: constant values, ie: never change (long)
Tobias Oetiker
oetiker at ee.ethz.ch
Mon Sep 27 23:44:13 MEST 1999
Today you sent me mail regarding [rrd-users] constant values, ie: never...:
*> $interface =~ s/ //g;
*>
*> RRDs::update qw(xs-test.rrd N:$input:$output);
this will not work ... as qw will quote the $input ... stuff use
RRDs::update 'xs-test.rrd', "N:$input:$output";
and also print "N:$input:$output" just to make sure they contain what you
think they contain ...
cheers
tobi
--
______ __ _
/_ __/_ / / (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich
/ // _ \/ _ \/ / TEL: +41(0)1-6325286 FAX:...1517 ICQ: 10419518
/_/ \.__/_.__/_/ oetiker at ee.ethz.ch http://ee-staff.ethz.ch/~oetiker
--
* To unsubscribe from the rrd-users mailing list, send a message with the
subject: unsubscribe to rrd-users-request at list.ee.ethz.ch
More information about the rrd-users
mailing list