http://www.perlmonks.org?node_id=486006


in reply to Things I Don't Use in Perl

<pedantic>

I think you mean to say you don't like lvalue subs, not lvalues in general. (of course some pure languages are against lvalues in general). That is, $a is most certainly an lvalue in...

$a = 42
</pedantic>