Perl5. No, really. A number is a constant lvalue in Perl. You want proof?


*PI = \3.14159265;    # Make $PI come from a constant reference
$x = \42;             # $x IS a reference to a constant scalar