I have some legacy code which uses the RRDs module (RRDs::fetch), but now the RRD file generation is changed.
A 64-bit program is generating an RRD file which can't be read by 32-bit Perl. So I am planning to use the 64-bit RRDtool to imitate the RRDs:: fetch behavior. Is there a sample implementation?