in reply to How to deploy perl dancer app with cgi and calling external scripts?
According to the error message, your problem has nothing to do with the code you've shown. It seems that whatever Dancer::Logger you are trying to use wants to write to /home/tester/MyApp/bin/... The user your CGI program is run as does not seem to have write permissions to that directory.
You will have to consult with your system administrator on how to remedy that situation, or use a different Dancer::Logger.
|
|---|