in reply to
Re: condensing code
in thread
condensing code
How would I write it so that if $total_nums = 1000; I wont have to write all that code and it will loop through all the numbers and be able to give back the number I need?? Thanks for your input.
Comment on
Re^2: condensing code
Replies are listed 'Best First'.
Re^3: condensing code
by
jZed
(Prior)
on Sep 08, 2006 at 17:53 UTC
Follow the advice given by
chromatic
and
friedo
:-)
[reply]
In Section
Seekers of Perl Wisdom