RE: [perl #127598] white space affects which multiple dispatch subroutine is getting called.

2016-02-25 Thread Greg.London
llo...@perl.org] Sent: Tuesday, February 23, 2016 12:03 PM To: London Greg (IFAM PMM DCDC IC2 DD) Subject: [perl #127598] white space affects which multiple dispatch subroutine is getting called. Hi, please consider using this slang which will most likely give you what you need: https://

[perl #127598] white space affects which multiple dispatch subroutine is getting called.

2016-02-23 Thread Tobias Leich via RT
Hi, please consider using this slang which will most likely give you what you need: https://github.com/FROGGS/p6-Slang-Tuxic But the short answer here is that the function call syntax wont change anymore. Some examples that would break when we would change it: if( # would not introduce a

[perl #127598] white space affects which multiple dispatch subroutine is getting called.

2016-02-23 Thread via RT
# New Ticket Created by # Please include the string: [perl #127598] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127598 > I was messing about with multiple dispatch subroutines. And I ran into this little puzzler.