I am trying to do cd in my perl script. I am using the below command:
chdir "/home/test/test1/test2/perl*";
perl*
value is actually perl_0122_2044
, but this value may vary.
The above chdir
command is not doing cd
to the path. Am I doing something wrong?