Hi all,
I am looking for a code in perl that can tell me the disk usage of directories, but without using any outside module. No "df", no "use Filesys::DiskUsage qw/du/;" and etc. it should work on perl v5.8.4 without any additional libraries. Any help will be highly appreciated.
Thanks in Advance