So, maybe, instead of trying to rely on buggy translators, consider simply rewriting the awk script in Perl?
If you have a problem with a specific awk construct, maybe we can help you there. Alternatively, you'll have to explain what the awk snippet does and then find out how to accomplish the same using Perl.
| [reply] |
different versions of gawk behave differently
I think you found the reason why it is difficult to write a gawk to perl converter.
My best suggestion is to use a2p and then hand-code Perl where you get the errors. To be honest converted code is rarely readable and often inefficient so Corion's suggestion might be better in the long term. | [reply] |