in reply to Re: mod function
in thread mod function
Don't forget...
unless ($y % 3) { }
I think that, for the most part, I prefer the explicitness of if ($y % 3 == 0) { } though.
-sauoq "My two cents aren't worth a dime.";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: mod function
by boo_radley (Parson) on Nov 12, 2002 at 19:12 UTC | |
by adrianh (Chancellor) on Nov 12, 2002 at 19:33 UTC |