Greetings Perl Monks! I have a quandary. I need to have an average for certain numbers, but don't want any decimals. At most, I need two spaces for whole numbers (23) but no decimals at all (54.7). Is there a way to do this without using one of those math modules (i.e. a regex), and if not, which module should I use, and how? I'm sorry to bother you with newbie questions, but afterall, that's what I am.