in reply to Re^5: How to enforce void context in Reply?
in thread How to enforce void context in Reply?
What need for anything else?
True, but it can still happen by accident that a sub is executed in non-void context when the programmer wanted it in void context, as shown above in sub calls_it_1. Also docdurdee mentioned a REPL, so my guess would be that the REPL puts every line entered at the prompt into some non-void context.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: How to enforce void context in Reply?
by AnomalousMonk (Archbishop) on May 19, 2015 at 15:25 UTC | |
by ikegami (Patriarch) on May 21, 2015 at 14:11 UTC | |
by AnomalousMonk (Archbishop) on May 21, 2015 at 14:42 UTC | |
by ikegami (Patriarch) on May 21, 2015 at 17:53 UTC | |
by Anonymous Monk on May 19, 2015 at 21:17 UTC | |
by Anonymous Monk on May 20, 2015 at 01:00 UTC |