- or download this
<%shared>
## Create database handle
...
undef $S;
$dbh->commit;
</%cleanup>
- or download this
<%init>
## Verfiy we have a cookie with a _session_id
...
Dealermade::Error::nice_error($m, 'E501');
}
</%init>
- or download this
PerlSetVar MasonAllowGlobals $dbh
PerlAddVar MasonAllowGlobals $U
...
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
</Location>