http://www.perlmonks.org?node_id=1159067


in reply to Re^2: Unifying namespaces of @name and $name to simplify dereferencing?
in thread Unifying namespaces of @name and $name to simplify dereferencing?

I have problems to imagine code where the same identifier is used for different types, which shouldn't be better refactored.

Yes, this is a problem.

Unlikely enforcing this would ever become a module, let alone an optional feature of Perl itself. And I don't know if Perl Critic has a rule for this.

  • Comment on Re^3: Unifying namespaces of @name and $name to simplify dereferencing?