Skip to content

Hash mark (#) treated as comment start in Perl even when it isn't #162

@GoogleCodeExporter

Description

@GoogleCodeExporter
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.com on 30 Jun 2011 at 9:15

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions