![]() |
![]() |
3 Einträge, 1 Seite |
top_stack: nothing on component stack
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%once>
use DBI;
use XML::Simple;
my $config = XMLin($m->file('config/config.xml'));
my $dbh = DBI->connect( "DBI:mysql:usw:usf",$config->...->usr,$config->...->$pwd,...)
or $m->comp('errorhandler', error => "kein verbindung usw.;) ") and exit;
</%once>
<%init>
$m->call_next;
</%init>
<%flags>
inherit => undef
</%flags>
Quoteautohandler<%flags>
inherit => '/syshandler'
</%flags>
<html>
<head>
<title>Seite.com</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
...layout ohne jeden mason-code o.ä. ...
% $m->call_next;
...layout ohne jeden mason-code o.ä....
</body>
</html>
Quoteaufgerufene Datei<b>hier bin ich</b>
![]() |
![]() |
3 Einträge, 1 Seite |