Mailing List Archive

bug with %hash subscripting of incomplete numeric literal
I wonder whether this should be more legal than it currently is:

$table{4E}

I thought the 4E should be autoquoted to '4E'.

Of course, I can understand why

$table[4E]

is a problem.

--tom

Tom Christiansen Perl Consultant, Gamer, Hiker tchrist@mox.perl.com
[.End of diatribe. We now return you to your regularly scheduled
programming...]
--Larry Wall in Configure from the perl distribution