Help for this page

Select Code to Download


  1. or download this
    use lib '/home/neteng';
    # use RRDs; # do this, or the eval statement (to check success/fail)
    
    eval "require RRDs";
    if( $@ ){ print "RRDs is not installed\n"; }