Help for this page

Select Code to Download


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