> On 9 Sep 2019, at 8:43 pm, Lars Madsen <dal...@gmail.com> wrote: > > So my question is: Is %= and %== suppose to have different handling of undef > data? >
Hi Lars, Not specifically different, but %= will escape the data and %== passes it straight through. Presumably the escaping has handling for undef data which prevents “use of uninitialised” warnings. In general, making sure "uninitialised value" warnings don’t get emitted is your problem, not the frameworks. An undef being printed or otherwise emitted to the end user is generally a code smell. Cheers, Justin -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/81A738E2-9214-4A64-A94D-9BF7FAA78CDE%40hawkins.id.au.