Help for this page
#!/usr/bin/perl use warnings; ... my $action = $dispatch{ $r->name }; $action->() if $action; }