Mega Code Archive

 
Categories / Perl / String
 

String multiply operator

#!/usr/bin/perl -w print "GO! " x 3, "\n";