print M header(-type=>'text/html'),
start_html(-title=>'Liste',
-style=>'td {font-family:courier,fixed;}'
),
h1('Liste'),
table(
Tr(
[
td(['Benutzer:',$params{BENUTZER}]),
td(['Abteilung:',$params{ABTEILUNG}]),
td(['Kostenstelle:',$Formular{KOSTENSTELLE}]),
td(['Datum:',$Formular{DATUM}]),
td(['Artikel:',$Formular{ARTIKEL}]),
td(['Stueck:',$Formular{STUECK}]),
td(['Euro:',$Formular{EURO}])
]
),#Tr
),#table
end_html;