|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Re: RE: RE: while loopsby Anonymous Monk |
| on Jun 06, 2001 at 15:33 UTC ( #86170=note: print w/ replies, xml ) | Need Help?? |
|
Just a tip You can change the line $num = $num + 10 to $num += 10 It will do the same thing (increment $num by 10)
In Section
Tutorials
|
|
||||||||||||||||||||