in reply to Re: secure cgi
in thread secure cgi

perl scripts are server-sided, meaning the are executed on the server not the client, therefore they do not get downloaded for execution. As mentioned before as long as the server is properly configured the script will execute.

Sweetblood