http://qs321.pair.com?node_id=1226769


in reply to Multiuser app with SQLite, Dancer2 and CLI

Weird idea: interface your CLI to Dancer2 using LWP::UserAgent or HTTP::Tiny. Depending on your application, you could have the CLI request the data in text rather than HTTP (requiring a template for each format, I think) or scrape the HTTP (with the usual caveat about the fragility of such things).