in reply to Error deleting object from AD ising Win32::OLE

From reading this characters-to-escape , you could try

$ldap_found_active =~ s{/}{\\/}g;
poj

Replies are listed 'Best First'.
Re^2: Error deleting object from AD ising Win32::OLE
by alexsc01 (Novice) on Mar 15, 2016 at 16:34 UTC
    Yes thanks worked fine, so the / was causing a problem.