BEGIN { if ( $^O =~ /MSWin32/ ) { require 'Win32/DriveInfo.pm' ; import Win32::DriveInfo ; } else { require 'DiskFree.pm' ; import DiskFree ; } }