in reply to
count down with while loop
print "$i\n" if $i % $integer == 0;
McA
Comment on
Re: count down with while loop
Download
Code
Replies are listed 'Best First'.
Re^2: count down with while loop
by
rshoe
(Novice)
on Oct 23, 2014 at 16:29 UTC
McA: Thank your for your reply. I see what I missed. You were right on the mark. I appreciate all your help. Thanks again. Randy
[reply]
In Section
Seekers of Perl Wisdom