if(1 eq 1) {   print 'hallo';   for(@_)   {      if(2 eq 2) {print 'nichts';}      if(3 eq 3)      {         print 'holla'.#{}      }   } }