in reply to Re: How to call particular parameter from another configuration file in perl
in thread How to call particular parameter from another configuration file in perl

I did not succeed in provided suggestion.

I tried <<<my $pwd = qx(ApID=$CONF{ApID} $path/CA.sh);>>> as well. But no luck. This CA.sh is calling the password from CyberArk vault based on ApID value.

CA.sh connects to cyberark vault through ApID and retrieves the password after successful attempt. Once the password is authenticated, ETL job is executed, That is the idea of the script. But unfortunately, i am failing to retrieve the password from cyberark vault for user APX_... mentioned. This ApID is present inside the configuration file named as LED.cfg which is in different location.

  • Comment on Re^2: How to call particular parameter from another configuration file in perl