I am implementing a CLI tool using Perl. What are the best-practices we can follow here?
You should use Perl modules to make your code reusable and easy to understand. should have a look at Perl best practices