This module provides a way to obtain filesystem disk space information. This is a Unix only distribution. If you want to gather this information for Unix and Windows, use "Filesys::DfPortable". The only major benefit of using "Filesys::Df" over "File...
IGUTHRIE/Filesys-Df-0.92 - 25 Jun 2006 05:58:12 GMTThis module provides a portable way to obtain filesystem disk space information. The module should work with all versions of Windows (95 and up), and with all flavors of Unix that implement the "statvfs" or the "statfs" calls. This would include Linu...
IGUTHRIE/Filesys-DfPortable-0.85 - 25 Jun 2006 05:59:58 GMTThis routine displays information on a file system such as its type, the amount of disk space occupied, the total disk space and the number of inodes. It tries "syscall(SYS_statfs)" and "syscall(SYS_statvfs)" in several ways. If all fails, it "croak"...
FTASSIN/Filesys-DiskSpace-0.05 - 05 Sep 1999 22:36:00 GMTFilesys::DiskFree does about what the unix command df(1) does, listing the mounted disks, and the amount of free space used & available. Functions Filesys::DiskFree->set('option' => 'value') Sets various options within the module. The most common opt...
ABARCLAY/Filesys-DiskFree-0.06 - 23 Oct 1998 22:37:48 GMTInterface for statvfs() and fstatvfs() Unless you need access to the bsize, flag, and namemax values, you should probably look at using Filesys::DfPortable or Filesys::Df instead. They will generally provide you with more functionality and portabilit...
IGUTHRIE/Filesys-Statvfs-0.82 - 25 Jun 2006 05:59:54 GMT