Use Repetition operator in conjunction with concatenation.
#!/usr/bin/perl use warnings; print "Ba". "na"x4 ,"\n";