The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Embperl base class for application objects

SYNOPSIS

DESCRIPTION

You may override the following methods in your application object

$app -> get_recipe ($r, $name)
$app -> send_error_page ($r)
$app -> mail_errors ($r)
$app -> mail_form_to ($to, $subject, $returnfield)