Win32 Perl

#!/usr/bin/perl -w
use Win32;
$fstype = Win32::FsType();
print "File System=$fstype\n";