Thread Code und Leerzeilen (10 answers)
Opened by pq at 2011-05-24 13:43

pq
 2011-05-24 13:43
#149111 #149111
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
Zeile 1
Zeile 2

Zeile 4
Zeile 5

Zeile 7
Zeile 8


als vergleich hier die formatierung mit dem perl-tag:
Code (perl): (dl )
1
2
3
4
5
6
7
8
Zeile 1
Zeile 2

Zeile 4
Zeile 5

Zeile 7
Zeile 8


der IE stellt anscheinend die leerzeilen im ersten beispiel nicht gar.


beispiel 2 aus dem besagten thread Perl + GD auf Server nicht darstellbar:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>

<head>
Hallo
</head>

<body>
<?php passthru("perl skript.pl"); ?>
Test
</body>


</html>


Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
 
<head>
Hallo
</head>
 
<body>
<?php passthru("perl skript.pl"); ?>
Test
</body>
 
 
</html>


das passthru steht in zeile 8.
Last edited: 2011-05-24 13:49:00 +0200 (CEST)
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Code und Leerzeilen