For a product install, I need to source dot config files and monitor a Make process by checking for errors.
Currently, I am using a Ksh script to perform this operation. However, if possible, I would like to convert this stage to a Perl script.
I cannot change the design of the program I am installing. My main question is how do I source an environment file within a Perl script and then launch a Make process that has access to that environment.