I am using Rose::DB::Object::Manager
(get/iterate methods) to source data from a database and HTML::Template
for reporting.
The HTML report requires a TMPL_LOOP
to display entries in a database.
My question is how do I create an array reference with the get/iterate methods of RDBOM and pass it to HTML::Template
. Thank You.