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

Last element index ( $# ) of a hash causes internal error #119

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

Last element index ( $# ) of a hash causes internal error. For example:

$#{$package->{type}}

gives several "Use of unitialized value $1 in..." messages.

snoopyjc commented 2 years ago

Fixed in my v0.955 https://github.com/snoopyjc/pythonizer/