24 Aug
2010
24 Aug
'10
8:09 a.m.
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