in reply to Conditionally including modules
if ($^O =~ 'Win') { eval 'use Win32::DriveInfo;'; } [download]