Lets say I have a file "hello.cgi" that just uses perl. It just prints hello world when executed.
Here are my questions:
1) What is the perl executable? Example, is it: /usr/bin/perl? or /usr/local/bin/perl?
2) What should my .cgi file be chmoded to?
3) How should I link to the "hello.cgi" file from my homepage "http://www.solarwind.frih.net/index.html"? like would it be "http://www.solarwind.frih.net/cgi-bin/hello.cgi"? or where would it be located as a url?
4) Also, it does go in public_html/cgi-bin/ right?
All help is much appreciated
Thankyou
Here are my questions:
1) What is the perl executable? Example, is it: /usr/bin/perl? or /usr/local/bin/perl?
2) What should my .cgi file be chmoded to?
3) How should I link to the "hello.cgi" file from my homepage "http://www.solarwind.frih.net/index.html"? like would it be "http://www.solarwind.frih.net/cgi-bin/hello.cgi"? or where would it be located as a url?
4) Also, it does go in public_html/cgi-bin/ right?
All help is much appreciated
Thankyou
