What are the best-practices for implementing a CLI tool in Perl?

后端 未结 7 582
刺人心
刺人心 2021-01-30 00:30

I am implementing a CLI tool using Perl. What are the best-practices we can follow here?

7条回答
  •  猫巷女王i
    2021-01-30 00:50

    You should use Perl modules to make your code reusable and easy to understand.
    should have a look at Perl best practices

提交回复
热议问题