in reply to Return value to use in HTML::Template

The return from tables() is

$table_load = $table_tmpl->output(); return $table_load;

so why have ->output() again here ?

LOAD => $return_val_from_tables->output(),
poj