Gossamer Forum
Home : Products : Links 2.0 : Customization :

Path in CGI files?

Quote Reply
Path in CGI files?
Right now I have my path as

#!/perl/bin

Is this correct? My Perl is installed in
C:\perl\bin

Do I need the # at the beginning, it would appear that that blocks the line, but I could be wrong. Anyone?
Quote Reply
Re: Path in CGI files? In reply to
If your perl is installed in c:\Perl\Bin
You should have your perl path as:
#!C:/perl/bin/perl.exe