in reply to Re: copying bash variables into a Perl script
in thread copying bash variables into a Perl script

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.
  • Comment on Re^2: copying bash variables into a Perl script

Replies are listed 'Best First'.
Re^3: copying bash variables into a Perl script
by Anonymous Monk on Jul 18, 2014 at 10:30 UTC