in reply to Re: Re: Quickest way to locate System32 Dir?in thread Quickest way to locate System32 Dir?
use Win32 qw(CSIDL_SYSTEM); print Win32::GetFolderPath(CSIDL_SYSTEM); [download]