Chinku Simon wrote:
>
> Hi,
Hello,
> I am facing an issue with the perl system command
>
> The relevant lines of code are the following:
>
> chdir "$util";
> my @args = ("ldapmodify", "-D \"cn=$bdn\"", "-w $bp", "-h $svr", "-f \"$ldif\"",
> "-c", "-a");
> system(@args) == 0 or die "sy
Hi,
I am facing an issue with the perl system command
The relevant lines of code are the following:
chdir "$util";
my @args = ("ldapmodify", "-D \"cn=$bdn\"", "-w $bp", "-h $svr", "-f \"$ldif\"", "-c",
"-a");
system(@args) == 0 or die "system @args failed: $?";
The system call amounts