softpano / pythonizer

Translator (or more correctly transcriber) from Perl to Python
http://www.softpanorama.org/Scripting/Pythonorama/Python_for_perl_programmers/Pythonizer/index.shtml
Other
39 stars 17 forks source link

If you refer to a variable argument, or the last argument number, bad code is generated #107

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

If you refer to a variable argument, or the last argument number, bad code is generated. For instance: $_[$i] or $#_.

snoopyjc commented 2 years ago

Fixed in 0.929 https://github.com/snoopyjc/pythonizer