If a directory or filename has a space or other whitespace character
in the output of the 'du' command, then the data stuffed into the
%usage array gets messed up.
The solution is to change the
%usage = (reverse split);
to
%usage = (revers split(" ",$_,2));
Instead.
Thanks,
John
Wed Dec 13 20:31:18 2006schubiger [...] cpan.org - Correspondence added
Wed Dec 13 20:31:19 2006The RT System itself - Status changed from 'new' to 'open'
Wed Dec 13 20:31:19 2006schubiger [...] cpan.org - Status changed from 'open' to 'resolved'