in reply to Perl-only Disk Size/Usage

I see your concerns about platform independancy, but df is installed on most UNIX-based systems, and if I may believe cygwin, df.exe is part of fileutils-4.1-2 so your script should be able to run on MS Windows systems too.

In this case, I would use the ease of df (most likely since I wouldn't know a pure Perl solution ;)

--
b10m

All code is usually tested, but rarely trusted.