Coplan has asked for the wisdom of the Perl Monks concerning the following question:
This is my current function, minus the unnecessary parts of the code (assume everything is already defined);
Any help would be appreciated.my $total = $sth->rows; my $pageCount = sprintf( "%.0f", ($total / 20) );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I find if anything was removed from using the int or sprintf function?
by chipmunk (Parson) on Nov 26, 2001 at 06:33 UTC | |
|
Re: How do I find if anything was removed from using the int or sprintf function?
by IlyaM (Parson) on Nov 26, 2001 at 06:37 UTC | |
|
Re: How do I find if anything was removed from using the int or sprintf function?
by belg4mit (Prior) on Nov 26, 2001 at 07:51 UTC |