Mega Code Archive
Categories
/
Perl
/
Statement
Foreach ( 1 10 )
foreach ( 1 .. 10 ) { print "*"; }