I am a Perl coder and I would like to ask Stack Overflow to fix code color highlights for # comments.
It works properly for real comments, such as
# this is a comment
but when $# is in code, such as
print $#variable;
it should not be highlighted as comment, but as a code.
I believe it is pretty easy fix. Can be that done?
<!-- language: perl -->above the code-blocks? – ajax333221 Apr 4 '12 at 18:16