pythonizer
pythonizer copied to clipboard
my @arr = <FH> generates incorrect code
my @arr = <FH>
generates incorrect code. The my
throws it off into generating readline()
instead of readlines()
.
Fixed in https://github.com/snoopyjc/pythonizer