Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Since I want to have this dump into a footer.tt template that I'm including in all other templates, is there a way I can generalize this to all the variables that are passed to each page? I don't understand how can I get a list of variables passed to the template.... <!-- some_hash: [% USE Dumper; GET Dumper.dump( some_hash ); %] --> </body> </html>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dumping input variables inTemplate::Toolkit templates
by wjw (Priest) on Jul 11, 2014 at 16:41 UTC | |
by Anonymous Monk on Jul 14, 2014 at 09:12 UTC |