in reply to File::Find question
I may be missing something, but wouldn't
work?if ($total == 0) { $total = "Error"; } else { $total = sprintf("%0.2f", $total); }
Cē
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: File::Find question
by Anonymous Monk on Jun 06, 2003 at 20:08 UTC |