![]() |
|
"be consistent" | |
PerlMonks |
Re: Numbers....by Apterigo (Scribe) |
on Jun 03, 2000 at 00:11 UTC ( #16105=note: print w/replies, xml ) | Need Help?? |
If you wanted to cut a number like 10.8766756 down to 10.8
why not use the substr function? You obviously don't want
to simply round it (because that would be 10.9), so you
could simply say:
In Section
Seekers of Perl Wisdom
|
|