From: Denham Eva <[EMAIL PROTECTED]> > I'd appreciate any suggestions on how to calculate Disk space and Free > Space.
use Win32::FileOp; ($free_for_user, $total_space, $total_free) = GetDiskFreeSpace('C:'); You may install Win32::FileOp with PPM from http://Jenda.Krynicky.cz/perl c:\> ppm ppm> rep add Jenda http://Jenda.Krynicky.cz/perl ppm> install Win32::FileOp HTH, Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]