in reply to Return value to use in HTML::Template
The return from tables() is
$table_load = $table_tmpl->output(); return $table_load; [download]
so why have ->output() again here ?