Can anyone explain the error message below? It seems that the function name (GetVolumeInfo) has been truncated (GetVolumeIn.al). Other functions in this package (GetDrives, GetDriveSpace, etc.) work fine. Thanks, Bob Lanteigne C:\>perl -v This is perl, version 5.005_03 built for MSWin32-x86-object (with 1 registered patch, see perl -V for more detail) Copyright 1987-1999, Larry Wall Binary build 522 provided by ActiveState Tool Corp. http://www.ActiveState.com Built 09:52:28 Nov 2 1999 Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. C:\>perl use Win32::AdminMisc; my %drvinfo = Win32::AdminMisc::GetVolumeInfo('c:\\') or die "error in GetVolumeInfo\n"; foreach ( keys %drvinfo ) { print "$_: $drvinfo{$_}\n"; } ^Z Can't locate auto/Win32/AdminMisc/GetVolumeIn.al in @INC (@INC contains: D:/perl /lib D:/perl/site/lib .) at - line 2 C:\> --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]