X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Fdfb-slides.git;a=blobdiff_plain;f=parse.pl;fp=parse.pl;h=ff374bcda01b87d579fcdcc1e9599efbbb1ed60d;hp=fb51509a918879a28d60136eeb0ff4083c44c073;hb=9fbed0b74b8ec6ae70e10b0514cfd54254888069;hpb=8e69d8274b3ec021455ba262c172367c367d3e6b diff --git a/parse.pl b/parse.pl index fb51509..ff374bc 100755 --- a/parse.pl +++ b/parse.pl @@ -21,6 +21,12 @@ print "\n\n"; +open(IN,"../head2xml header|") or die "no head2xml / header!!\n"; +while() { + print $_; +} +close(IN); + @topics=(); foreach(@content) {