The perl code is part of and application administration module, which is written in C. The code runs as the root user, and so permissions are not a problem. Just in case ive tried to change the permissions of the script etc.
If I run it from a unix prompt, it works OK, when it is called from...
Hi,
There is a perl script on out server which is called by a C program.
The script is failing every time it hits a line like this
@ArrayName=`ls -l /opt/app/axsys/dbconfig`;
As you can see, all it is doing is an ls -l on the file, and storing the result in the array. The perl then goes on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.