pythonizer
pythonizer copied to clipboard
split /regex/ generates code with syntax errors in multiple cases
split /regex/ generates code with syntax errors in multiple cases, for example:
($if1,$if2,$bytes) = split /\|/;
output code is missing the right paren. Also:
($r1,$i1) = split /:/,$ingress[0];
output code rhs is ONLY the right paren!
Fixed in https://github.com/snoopyjc/pythonizer