![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: Mojolicious hookby Laurent_R (Canon) |
on Jun 05, 2019 at 20:49 UTC ( #11101029=note: print w/replies, xml ) | Need Help?? |
Sure, you can put calls to subroutines after the return statement of a sub, but the problem is that such subroutines call will never be reached in the control flow of the program (at least if it is an unconditional return statement). Those subroutine calls are just dead code for all practical purposes.
In Section
Seekers of Perl Wisdom
|
|