I am on Windows XP and running activestate perl. I used ppm to install the Win32::AD::User module. The example code from the cpan website of setting up a connection
use Win32::AD::User;
$user = AdUser->new( ADS_CONNECT_STRING, USER_REFERENCE_STRING );
acts as if the module isn't installed. Output is:
Can't locate object method "new" via package "Win32::Ad::user" (perhaps you forg
ot to load "Win32::Ad::user"?) at C:\perl_scripts\ad.pl line 4.
I also tried installing it from .tar.gz file from cpan. Still same output. Has anyone else had problems with this module?
use Win32::AD::User;
$user = AdUser->new( ADS_CONNECT_STRING, USER_REFERENCE_STRING );
acts as if the module isn't installed. Output is:
Can't locate object method "new" via package "Win32::Ad::user" (perhaps you forg
ot to load "Win32::Ad::user"?) at C:\perl_scripts\ad.pl line 4.
I also tried installing it from .tar.gz file from cpan. Still same output. Has anyone else had problems with this module?