Thread eleganter (13 answers)
Opened by Relais at 2004-03-30 19:08

format_c
 2004-03-31 15:18
#1760 #1760
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Richtig. Ich halt einfach der Meinung dass mitten im HTML-Prog
HTML-Code nix zu suchen hat.
Ich find dass
Code: (dl )
1
2
3
print Tr(
td({-style=>'font-color:red;font-weight:bold;'},[@row])
);

viel Perlischer aussieht wie:
Code: (dl )
1
2
3
4
5
6
7
8
print qq~
<tr>
<td style="font-color:red;font-weight:bold;">$row[0]</td>
<td style="font-color:red;font-weight:bold;">$row[1]</td>
<td style="font-color:red;font-weight:bold;">$row[2]</td>
<td style="font-color:red;font-weight:bold;">$row[3]</td>
</tr>
~;

ist.

Aber wie schon gesagt. Ist Geschmakssache oder vielleicht Fleißbereitschaft.


Gruß ALex

View full thread eleganter