in reply to NT Authentication
See if the module provides any kind of error reason -- all decent modules do but many Win32 modules don't :(. For example, check $^E after the call fails (even if they don't document this, since some Win32 API calls will set $^E even if the person writing the module didn't bother to).
- tye (but my friends call me "Tye")
|
|---|