<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 19, 2015 at 10:30 AM, Jochen Lutz <span dir="ltr"><<a href="mailto:jlu@gmx.de" target="_blank">jlu@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am 19.02.15 um 17:21 schrieb Mike South:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
On Thu, Feb 19, 2015 at 9:05 AM, Zahir Lalani <<br>
<a href="mailto:ZahirLalani@oliver-marketing.com" target="_blank">ZahirLalani@oliver-marketing.<u></u>com</a>> wrote:<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Perfect - amazed that its so sensitive to indentation! Very pythony :-)<br>
</blockquote></span></blockquote>
[...]<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
A simple route that prints a Dumper of your config can be a useful thing in<br>
debugging this sort of issue.  (Or just a debug line like<br>
<br>
debug Dumper(scalar config );<br>
<br>
) can help with debugging this sort of thing.<br>
</blockquote>
<br></span>
You don't need routes or debug statements to do this, "x config" in the perl debugger just before executing "dance()" is enough.</blockquote><div><br></div><div>Yes, there is more than one way to do it.  If you throw a debug in somewhere or put a route in, you can just hit that route or look in the log at any point when you're doing whatever you're doing and you wonder if the config is structured the way you think or if you started it with the right config.</div><div><br></div><div>It should be said, though, that if you put it in a route, you should make sure you only let it run when the config is development (or some other similar safeguard) so you don't expose things like database passwords when you take it live.</div><div><br></div><div>mike</div></div></div></div>