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