UNIX.COM Recommends OpenPhone:   A Modern Skype Replacement — Free 14-Day Trial

debian man page for dancer::handler::debug

Query: dancer::handler::debug

OS: debian

Section: 3pm

Links: debian man pages | All man pages

Forums: Unix Linux Community | Forum Categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Dancer::Handler::Debug(3pm)				User Contributed Perl Documentation			       Dancer::Handler::Debug(3pm)

NAME
Dancer::Handler::Debug - a debug handler for easy tracing
DESCRIPTION
When developing a Dancer application, it can be useful to trace precisely what happen when a query is processed. This handler is here to provide the developer with a way to easily run the dancer application with the Perl debugger. This handler will process ony one query, based on the first argument given on the command line ($ARGV[0]). USAGE # in bin/app.pl set apphandler => 'Debug'; # then, run the app the following way perl -d bin/app.pl GET '/some/path/to/test' 'with=parameters&other=42'
AUTHORS
Dancer contributors perl v5.14.2 2011-11-30 Dancer::Handler::Debug(3pm)
Related Man Pages
dancer::engine(3pm) - debian
dancer::object(3pm) - debian
dancer::object::singleton(3pm) - debian
dancer::serializer(3pm) - debian
dancer::template::templatetoolkit(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?