i'm pretty new to using perl background in java.
this question relates to a previous question i posted.
i made some change to a perl module file and the code was generating internal server errors on my web site
after this i tried to restore the old version by replacing the perl module file i'd copied by deleting it and copying a backup of the file (from before any changes were made) to the directory that had contained the perl module i'd edited.
this did not resolve the problem. the perl module has read and execute permissions for all users. and in the error logs i get a 'not an array ref error' and a 'script not found or unable to start error'.
do i have to to somehow reinstall the module? i thought perl was just interpreted when its run and i would just have to put the file in the directory again to make it work.
the perl modules for the web application are in their own directory (/webpp/lib) not in the same directory as perl if this is relevant.
thanks for any help
mike
this question relates to a previous question i posted.
i made some change to a perl module file and the code was generating internal server errors on my web site
after this i tried to restore the old version by replacing the perl module file i'd copied by deleting it and copying a backup of the file (from before any changes were made) to the directory that had contained the perl module i'd edited.
this did not resolve the problem. the perl module has read and execute permissions for all users. and in the error logs i get a 'not an array ref error' and a 'script not found or unable to start error'.
do i have to to somehow reinstall the module? i thought perl was just interpreted when its run and i would just have to put the file in the directory again to make it work.
the perl modules for the web application are in their own directory (/webpp/lib) not in the same directory as perl if this is relevant.
thanks for any help
mike