Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678910111213 package MyApp::Dispatch;use base 'CGI::Application::Dispatch';sub translate_module_name { my $self = shift; return 'MyApp::Module::Name';}sub get_runmode { return 'rm2';}1;
package
MyApp::Dispatch;
use
base
'CGI::Application::Dispatch'
;
sub
translate_module_name {
my
$self
=
shift
return
'MyApp::Module::Name'
}
get_runmode {
'rm2'
1;