Help for this page
sub handler { my $proto = shift; my $class = ref $proto || $proto; $class->new->run; };