Re: Setting the CWD

2009-01-14 Thread Adam Prime
fREW Schmidt wrote: > I am writing a CGI::App and I keep having to use full paths to get > various places in my application. How can I set the CWD for a certain > Location section of my code? If you're running your CGI::App code through Registry, and using mod_perl 2, and running under the prefor

Setting the CWD

2009-01-14 Thread fREW Schmidt
I am writing a CGI::App and I keep having to use full paths to get various places in my application. How can I set the CWD for a certain Location section of my code? Thanks! -- -fREW