NAME

Filesys::Statvfs - Perl extension for statvfs().

SYNOPSIS

  use Filesys::Statvfs;

	my($bsize, $frsize, $blocks, $bfree, $bavail,
	$files, $ffree, $favail, $fsid, $basetype, $flag,
	$namemax, $fstr)=statvfs("/tmp");

DESCRIPTION

Interface for statvfs();

The statvfs() function will return a list of values or will return undef and set $! if there was an error.

The values returned are described in the statvfs header.

Note: On Digital Unix the $fstr is NULL.

AUTHOR

Ian Guthrie IGuthrie@aol.com

SEE ALSO

statvfs(2), df(1M)