in reply to Re^4: AVC Deniel
in thread AVC Deniel

run your CGI script as your web server user with something like:

su -l www -c "/usr/bin/perl /path/to/script/script.pl"

Presuming www is the user running your web server, and your perl binary is in /usr/bin, adjust if not