in reply to Re^4: How to enforce void context in Reply?
in thread How to enforce void context in Reply?
But doesn't just calling foo() in void context
foo();
enforce void context upon the invocation of foo()? What need for anything else?
Is it ever possible to get a value directly returned from a subroutine invoked in void context, whether "enforced" or "natural" (as in the example above)? (Of course, it's always possible to indirectly return values from subroutines invoked in void context.)
Give a man a fish: <%-(-(-(-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to enforce void context in Reply?
by Anonymous Monk on May 19, 2015 at 14:55 UTC | |
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 |