$stop == 0; # always stays 0 open (MUFFINLOG,") { chomp; if($_ ne "") { push(@Zeile,$_); &ZeilenAnalyse # some analyse and printing } } print "DID IT\n"; # for testing purpose only }