X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl-shared%2FRRDs.pm;h=fbe44784cded7ca0fc691ca4f77baac1e113d238;hb=bf7d0302ab2ff46038f7002a9eab76f4105c3cee;hp=6146e43b5b752ad5657d94ea48749dbc497199ed;hpb=f99ffdd03c370bb321f7ce311008cb7bb3357dd6;p=rrdtool.git diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index 6146e43..fbe4478 100644 --- a/bindings/perl-shared/RRDs.pm +++ b/bindings/perl-shared/RRDs.pm @@ -7,7 +7,7 @@ use vars qw(@ISA $VERSION); require DynaLoader; -$VERSION = 1.000331; +$VERSION = 1.100001; bootstrap RRDs $VERSION; @@ -90,6 +90,11 @@ the values of the properties. print "$key = $$hash{$key}\n"; } +B also returns a pointer to hash. The keys of the hash +are concatenated strings of a timestamp, RRA index, and data source name for +each consolidated data point (CDP) written to disk as a result of the +current update call. The hash values are CDP values. + B is the most complex of the pack regarding return values. There are 4 values. Two normal integers, a pointer to an array and a pointer to a array of pointers.