Mega Code Archive

 
Categories / Perl / Statement
 

Foreach (1 10) range

foreach (1 .. 10) {   print; }