[% USE Dumper; global.foo = global.foo + 1; "
"; "global is:\n"; Dumper.dump(global) | html; ""; component.foo = component.foo + 1; "
"; "component is:\n"; Dumper.dump(component) | html; ""; template.foo = template.foo + 1; "
"; "template is:\n"; Dumper.dump(template) | html; ""; %] [% "
"; USE dumper(indent = 1); dumper.dump(uri, env, params, pnotes, cookies) | html ""; %]