Hi Guys, I need some help. I am running some code using command line and code is running fine. This command line is very big so I have written shell script for that which takes input and create this command line. Till here no problem code is running nicely.
I have written one more script in python which does some other task and after that it calls shell script with same command line. Here I got the problem- When perl command is executed indirectly I am facing the issue that $cwd_untainted undefined in chdir at /usr/local/lib/perl5/5.10.0/File/Find.pm line 768. I am not able to find any clear picture why I am facing this issue. (environment problem or something else) Please help me to find out the way so that I can debug this thing. Below is wrapper script picture:- Python script | Shell Script | Perl Command -- *Piyush Verma*