in reply to secure cgi

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: secure cgi
by sweetblood (Prior) on Dec 02, 2010 at 19:55 UTC
    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