I want to let other people put my webpages on their site.
I want to control the contents of the web page without changing their code.
I am going to make up a web page of .pl's that just type the html code for them as 
below.
My question is what permission (775?) must i set the .pl's at so that a 3rd party 
viewing the 
page from the second party can use my .pl's from my cgi-bin at my site???

<shebang>

<!---------------------header.pl------------------>
<!--#exec cgi="/cgi-bin/header.pl"-->
<!---------------------graphix.pl------------------>
<!--#exec cgi="/cgi-bin/graphix.pl"-->
<!---------------------body.pl------------------>
<!--#exec cgi="/cgi-bin/body.pl"-->
<!---------------------contact.pl------------------>
<!--#exec cgi="/cgi-bin/contact.pl"-->

exit:

Reply via email to