
Data::section::simple is a simple module to extract data from __data__ section of the file.
this module does not implement caching (yet) which means in every get_data_section or get_data_section($name) this module seeks and re-reads the data section. if you want to avoid doing so for the better performance, you should implement caching in your own caller code.