Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions