http://www.perlmonks.org?node_id=764630

NateTut has asked for the wisdom of the Perl Monks concerning the following question:

I have a new client and one of the first things I need to write is a utility to monitor the file systems on their Unix ETL server. I'm not sure yet what flavor of *Nix it is. I know I can do a df and parse the output, but I don't want to reinvent the wheel. I did a CPAN search but didn't come up with anything that looked helpful.