On Mon, Apr 23, 2007 at 11:27:22AM -0600, David Ball wrote: > divide by 8 to get Bytes. From the Perl script I'm using a system() > call to call rrdtool. The current system() call line I'm using can be You really ought to use the perl bindings. Using system() really makes no point in using perl in the first place -