in reply to Re^5: SIMPLE way to write these?
in thread SIMPLE way to write these?
I think most would write this using the three argument for() statement:
my $number1 = 1; my $number2 = 10; for (my $i = $number1; $i <= $number2; $i++) { print "$i\n"; }
Jenda
Enoch was right!
Enjoy the last years of Rome.
|
|---|