i have a shell script and perl script in different paths
i have exported a variable name in sh script and referencing it in perl script using %ENV. But still i get error as uninitialised value
am i supposed declare the shell script path in anyway lik how we use "require" and "use" or is there any other way of coding it?
please help me in getting the solution for it.