pythonizer
pythonizer copied to clipboard
Calling a subroutine as &mySub; needs to pass in @_
Per the documentation: "Calling a subroutine as &foo with no trailing parentheses ignores the prototype of foo and passes it the current value of the argument list, @_. " Pythonizer doesn't do that.
Fixed in https://github.com/snoopyjc/pythonizer v0.950