Since no_implicit_return() has an explicit return at the end which must be passed, disabling the implicit returns.
look here
Both functions are equivalent, but in the latter the return is explicit.sub tst { 5 } sub tst { return 5 }
Cheers Rolf
In reply to Re^2: Context propagation into subs and evals
by LanX
in thread Context propagation into subs and evals
by LanX
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |