The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

To install Tie::DiskUsage, type the following:
perl Build.PL
./Build
./Build test
./Build install
Or, if you're on a platform (like DOS or Windows) that
doesn't like the "./" notation, you can do this:
perl Build.PL
perl Build
perl Build test
perl Build install