in reply to Re^3: How do I cope with nested TMPL_VAR in HTML::Template::Pro?
in thread How do I cope with nested TMPL_VAR in HTML::Template::Pro?
Consider the case you use DBI to fetch the result of show tables,
whose keys are in the format Tables_in_db_name, there's no way to reduce it into a fixed key,
as it changes according to the database name .
Is there a better option than copy the whole hash into another one with fixed keys(as obviously this is causing duplicate data)?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How do I cope with nested TMPL_VAR in HTML::Template::Pro?
by moritz (Cardinal) on Aug 03, 2011 at 15:07 UTC | |
by PerlOnTheWay (Monk) on Aug 03, 2011 at 15:15 UTC |