![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^3: RFC: Inline::Blocks or inline as a keyword?by tobyink (Canon) |
on Aug 01, 2018 at 15:27 UTC ( #1219657=note: print w/replies, xml ) | Need Help?? |
Indenting some sub definitions is useful for applying a lexical pragma like no warnings qw(redefine) but then again pragmata wouldn't survive inlining. (Though you could set pragma inside the sub.) I do also use them for grouping code occasionally, but the biggest reason to support indented sub definitions is:
In Section
Meditations
|
|