X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Fdfb-slides.git;a=blobdiff_plain;f=parse.pl;h=fb51509a918879a28d60136eeb0ff4083c44c073;hp=df1e306a967cac7a0c88e1ca4096975b48387364;hb=1725e9877e275c3da73250ac5d373eaf532c6027;hpb=586b7f956420f5bfb962017228a1ece9f1002396 diff --git a/parse.pl b/parse.pl index df1e306..fb51509 100755 --- a/parse.pl +++ b/parse.pl @@ -16,7 +16,7 @@ chomp @content; "slide right"); print "\n"; -print "\n"; @@ -29,7 +29,7 @@ foreach(@content) { } } -print "\n"; +print "\n\n"; print "
Inhalt
\n\n"; foreach(@topics) { if(/^\d/) { @@ -41,7 +41,7 @@ foreach(@topics) { } print "$_\n"; } -print "
\n"; +print "
\n\n"; $topic=0;