in reply to Re: Directory tree explorer with stats reporting
in thread Directory tree explorer with stats reporting
Thanks for the improvements. A couple of minor things:
count_to_plural_suffix would be better return $_[0] != 1 ? 's' : ''; In English - 0 apples, 1 apple, many apples.
The new display size is nice for general purpose, but for the application that catalysed the code I needed the exact number of bytes. Just shows, you can't write code to suit everyone. :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Directory tree explorer with stats reporting
by parv (Parson) on Mar 12, 2006 at 02:45 UTC | |
by GrandFather (Saint) on Mar 12, 2006 at 03:06 UTC |