in reply to Re^6: map in void context
in thread map in void context
No, not at all since you cannot equate calling an operator with a call to a subroutine.
Why not? What's so fundamentally different between the following two lines?
$y = CORE::abs($x); # operator $y = POSIX::abs($x); # sub
Would you even have known one was an operator and one wasn't had I not told you?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: map in void context
by pat_mc (Pilgrim) on Dec 22, 2008 at 11:00 UTC | |
by chromatic (Archbishop) on Dec 23, 2008 at 05:36 UTC |