[Dancer-users] how to run function from app from command line?

Nick Knutov mail at knutov.com
Fri Jul 1 23:14:06 CEST 2011


Hello,

I have a big project running on Dancer. This project has some service 
scripts (to do some cron jobs for example), written as functions in this 
Dancer app, that should have access to all usual environment (as called 
from the web functions have), but I need to be able run them from 
command line.

What is the best way to do it?

Example:

get '/service_func' => {...};

I want to do something like

# ./bin/app.pl --run=service_func


-- 
Best Regards,
Nick Knutov
http://knutov.com
ICQ: 272873706
Voice: +7-904-84-23-130


More information about the Dancer-users mailing list