http://qs321.pair.com?node_id=372245

Doraemon has asked for the wisdom of the Perl Monks concerning the following question: (strings)

How can i print N repeated characters? (in one single line's code or as simple as possible)
e.g
print repeat(5,'-'); # print out '-----'
thanx

Originally posted as a Categorized Question.