Directory Size



Hi All,

Is there a way to get an entire directory and all sub-files/folders size in Perl? Basicly, I need the Perl version of "du -s".

I've currently done it with stat but this only gives a directory size not taking into consideration everything inside it.

Nick
.