> By the way, could you please check if $self->route_dbg works for you?

Exactly as you reported, I get an error:

Error executing run mode 'view': Undefined subroutine
&CGI::Application::Plugin::Routes::Dumper called at
/usr/local/share/perl/5.10.0/CGI/Application/Plugin/Routes.pm line
49.,


When I changed 'require' to 'use', it works ok:

$VAR1 = { 'rule_matched: ' => '/([^/]*)', 'parsed_params: ' => { 'id'
=> '16285' }, 'path_received: ' => '/16285', 'runmode: ' => 'view' };

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to