Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
String multiply operator : Repetition « String « Perl
Perl
String
Repetition
String multiply operator
#!/usr/bin/perl -w print
"GO! "
x 3,
"\n"
;
Related examples in the same category
1.
Repetition operator, marked with an x.
2.
Repetition; print 10 stars
3.
brackets and Repetition operator
4.
Use Repetition operator in conjunction with concatenation.
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