When debugging a web app, I find it much easier if I can run the app like this: perl -d myApp.pl color=red name=apple where the parameters are given on the command line, or within a file. Can someone suggest the best/easiest way to do this with Dancer. Thanks, Peter