I have an app that uses HTTP::SERVER::Simple, Sqlite and HTML::Template to provide an html based application for a user. I have everything working great except that I have to hard code the image paths because the server does not seem to have a root.
I realize I may be missing something elemental here, but anyone have an idea of how I could set things up so that an image like "c:/theapp/images/top.jpg" can be referenced in html as "/images/top.jpg".