X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Fdfb-slides.git;a=blobdiff_plain;f=parse.pl;h=ff374bcda01b87d579fcdcc1e9599efbbb1ed60d;hp=fb51509a918879a28d60136eeb0ff4083c44c073;hb=ef110532579f671d145f88213c1f27b9298c8c65;hpb=1725e9877e275c3da73250ac5d373eaf532c6027 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) {