#### $x = getstufffromtableone(); $y = getstufffromtabletwo(); $template->param( stufffromtableone => $x ); $template->param( stufffromtabletwo => $y );