in reply to Re: Can't use an undefined value as a symbol reference with mod_perl
in thread Can't use an undefined value as a symbol reference with mod_perl

OK, I changed the path to start from the root directory and that fixed the problem. So instead of files/labels.pdf I'm using /var/www/vt/files/labels.pdf. Thanks!
  • Comment on Re^2: Can't use an undefined value as a symbol reference with mod_perl

Replies are listed 'Best First'.
Re^3: Can't use an undefined value as a symbol reference with mod_perl
by kennethk (Abbot) on Sep 24, 2015 at 16:10 UTC

    That's a pathing problem rather than a permissions problem. It's probably worth figuring out what the mod_perl working directory is. Cwd


    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.