Repetition operator, marked with an x. : Repetition « String « Perl






Repetition operator, marked with an x.

   

#!/usr/bin/perl

use warnings;
print "GO! "x3, "\n";

   
    
    
  








Related examples in the same category

1.Repetition; print 10 stars
2.brackets and Repetition operator
3.Use Repetition operator in conjunction with concatenation.
4.String multiply operator
5.If you want to draw a horizontal line made up of hyphens:
6.x times pattern : Repeat a string x times
7.Mix string multiplication operator and number multiplication