in reply to Re^2: Named Subroutine Parameters: Compile-time errors vs. Run-time warnings
in thread Named Subroutine Parameters: Compile-time errors vs. Run-time warnings

Sorry please forget it.

It was just a guess that the fat comma => might act differently in curlies than in a parameter list, resulting in another (or missing) quoting behavior of barewords at the LHS.

But this wouldn't make sense...

  • Comment on Re^3: Named Subroutine Parameters: Compile-time errors vs. Run-time warnings
  • Download Code

Replies are listed 'Best First'.
Re^4: Named Subroutine Parameters: Compile-time errors vs. Run-time warnings
by AnomalousMonk (Archbishop) on May 27, 2009 at 03:09 UTC
    You're right: fat comma acts the same regardless of curly or non-curly context.