programming-examples/perl/Statement/Using foreach statement with print.pl

1 line
48 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
print "Current number: $_.\n" foreach (1 .. 10);