in reply to Re: Re: Quickest way to locate System32 Dir?
in thread Quickest way to locate System32 Dir?

Actually, no. You only need to import it:
use Win32 qw(CSIDL_SYSTEM); print Win32::GetFolderPath(CSIDL_SYSTEM);