in reply to Returning to Perl, seeking advice on modern DB and format tools

I agree with the recommendations so far: PostgreSQL as database, DBI and potentially DBIx::Class.

And what about formatting output (CLI)? Is there something better than format.

You might consider a template system such as Template or Text::Template.

  • Comment on Re: Returning to Perl, seeking advice on modern DB and format tools