Subject: | raise_error constructor argument does not work |
Hi,
documentation indicates that
my $rrd = RRDTool::OO->new( file => "file.rdd", raise_error => 0, );
should work. Unfortunately it does not ;-) (Illegal parameter 'raise_error' in new() at ...) If I understand the source correctly 'raise_error' must be part of the optional parameters of 'new' and set inside the constructor.
Bye
Thomas