Thread Perl6::Doc (10 answers)
Opened by lichtkind at 2007-12-26 01:06

KurtZ
 2008-03-20 14:58
#107302 #107302
User since
2007-12-13
411 Artikel
BenutzerIn
[default_avatar]
Hi Lichtkind,

mir ist letztens aufgefallen dass in der HTML-Formatierung teilweise Zeilenumbrüche gefehlt haben. Das war irgendwo bei den Synopsen. Wenn ichs wieder finde geb ich Bescheid.

Konkret: Im POD waren die Zeilen eingerückt und umgebrochen, im HTML aber Fließtext

Gruß
Kurt

NACHTRAG: z.B. http://search.cpan.org/~lichtkind/Perl6-Doc-0.35/lib/Perl6/Doc/Overview/Data.pod#Lists_vs._Arrays
HTML
Binding replaces the cell. $a := $b; # $a's cell slot points to $b's cell. $b := $c; # $b's cell slot points to $c's cell. # $a's cell slot still points to what used to be $b's cell.

POD
A scalar container holds a single cell. This cell can either be constant or
modifiable. Binding replaces the cell.
$a := $b; # $a's cell slot points to $b's cell.
$b := $c; # $b's cell slot points to $c's cell.
# $a's cell slot still points to what used to be $b's cell.
TMTOWTDYOG (there's more than one way to dig your own grave)

View full thread Perl6::Doc