in reply to Re^3: SIMPLE way to write these?
in thread SIMPLE way to write these?
It goes into an infinite loop...I am clearly making a silly mistake here...my $i = $number1; while ($number2 >= $number1) { print $i++, "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: SIMPLE way to write these?
by GotToBTru (Prior) on Feb 04, 2014 at 15:04 UTC | |
by Jenda (Abbot) on Feb 05, 2014 at 09:59 UTC |