Filesys::Statfs.3pm

Langue: en

Version: 2006-04-19 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Filesys::Statfs - Perl extension for statfs().

SYNOPSIS

   use Filesys::Statfs;
 
         my($ftype, $bsize, $blocks, $bfree, $files,
            $ffree, $bavail) = statfs("/tmp");
 
 

DESCRIPTION

Interface for statfs();

The statfs() 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 statfs header or the statfs() man page.

AUTHOR

Ian Guthrie IGuthrie@aol.com

Copyright (c) 2003 Ian Guthrie. All rights reserved.
               This program is free software; you can redistribute it and/or
               modify it under the same terms as Perl itself.

SEE ALSO

statfs(2), df(1M)