in reply to Re^3: Just before subroutine returns
in thread Just before subroutine returns

I'd recommend Keyword::Simple , but for completeness: a sub can be left without return.

Possibilities include:

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re^5: Just before subroutine returns
by RonW (Parson) on Aug 30, 2017 at 18:58 UTC

    This is true, of course. So, would still need something like End to catch those cases. (Though the implicit return at the body's end could be "hand modified".)