Consider a Perl statement like this:
$last_index = $#array;
The hash mark here is treated like the start of an in-line comment; the text
"#array;" appears in comment style. In fact, this is normal Perl syntax for the
last valid index of an array.
I'm using whatever version is currently installed at StackOverflow.
Original issue reported on code.google.com by
Ted.H...@gmail.comon 30 Jun 2011 at 9:15