> This was actually typed wrong in the email.  My CUGrapher.pl 
> file actually reads "use RRDs;"

The directory RRDs.pm is sitting in is not included in the path
Where perl is looking for it's modules.

Do a "locate RRDs.pm", copy the path it's in and add a line 
in the header of the script saying:

 use libs "<path to dir of RRDs.pm>";

Serge.

--
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