garymgordon
Programmer
I have a Windows NT server that has Perl 5.005 installed.
It's path is C:\Perl\bin\perl.exe
With that being said, my problem is .. it isn't recognizing the .cgi extension.
I put:
#!c:\Perl\bin\perl.exe to start the script.
But when I call the file.cgi .. it just tries to download the file. Not an error, .. just won't execute. Just tries to download it.
How .. in Perl .. or what ever, can I modify things to it will also execute .cgi files in addition to .pl files.
I need some help!!
Thanks,
Gary
Gary M. Gordon, LLC
webmaster@garymgordon.com
Certified Web Developer ::
Application Programmer
It's path is C:\Perl\bin\perl.exe
With that being said, my problem is .. it isn't recognizing the .cgi extension.
I put:
#!c:\Perl\bin\perl.exe to start the script.
But when I call the file.cgi .. it just tries to download the file. Not an error, .. just won't execute. Just tries to download it.
How .. in Perl .. or what ever, can I modify things to it will also execute .cgi files in addition to .pl files.
I need some help!!
Thanks,
Gary
Gary M. Gordon, LLC
webmaster@garymgordon.com
Certified Web Developer ::
Application Programmer