$cnt=1; print "\n"; while (($cnt++ % 5) != 0) { print " test\n"; } print "";