![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^4: Unix disk space reportsby Corion (Patriarch) |
on Feb 10, 2009 at 09:36 UTC ( #742701=note: print w/replies, xml ) | Need Help?? |
You could start by showing us where in your code you have difficulties. As the program currently just displays the status quo, I imagine you have to collect the disk space report over time. Then, create your report from that. Personally, I would store that data in a database, for example DBD::SQLite, and then create the reports from that database using Querylet. But you can get by without a relational database if you hardcode the reporting logic into your script.
In Section
Cool Uses for Perl
|
|