Help for this page
Select Code to Download
Select
or
download this
print ( qw(a b c) x 3 );
Select
or
download this
@l = qw(a b c); print ( (@l) x 3);