in reply to Package for cli application

Getopt::Long to handle the application's parameters and user input, and potentially REST::Client to connect to the remote API.

Without any further details, it's difficult to help much further than a couple of recommendations. Either way, you're likely going to have to integrate more than just a single package to get everything to hang together (again, depending on complexity).

Replies are listed 'Best First'.
Re^2: Package for cli application
by prashantpokhriyal (Novice) on Oct 03, 2017 at 20:14 UTC
    I want to use same kind of functionality like nodejs cli application has. Or you can say a REPL based application.