I'm using Active perl version 5.22 on windows , When I try to execute a program it says serverCommon.pm is missing , you need to install serverCommon module but I couldn't find a module with the same name from internet, I tried the same for strawberry perl also.
please some one help ,me to resolve this issue .
here is my perl code
use ServerCommon;
$buffer = <<_OUT
CN=""
Domain=""
OU=""
Organization=""
ID=""
_OUT
;
%args = ServerCommon::GenHashFromBuffer($buffer);
Search(%args); # this function is implemented by myself for searching
Thanks in advance.