Mega Code Archive

 
Categories / Perl / String
 

Repetition operator, marked with an x

#!/usr/bin/perl use warnings; print "GO! "x3, "\n";