The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

sub handler {
my ($package, $app, $line) = caller ();
$app =~ y{\\}{/};
$app =~ s{/docroot/.*}{/};
check_configuration_and_handle_request_for_application ($app);
}
1;