in reply to Re^4: CGI::Application run mode does not recognize external css
in thread CGI::Application run mode does not recognize external css

This isn't a perl issue, or an issue relating to CGI::Application. I'd simply replace this path you assign to the template variable with one relative to your myapp site, that your apache configuration will be able to locate and serve.

You should spend some time reading about HTML, the apache documentation, and Ovid's CGI course (thanks to jdporter for hosting this) to learn how to debug such problems.

  • Comment on Re^5: CGI::Application run mode does not recognize external css