Which of these is better or faster to use as the shebang line for a Perl script?
#! perl #! perl.exe #! fullpath/perl(/perl.exe) #! partialpath/perl(/perl
If you are running CGI via Apache on Windows, the SHEBANG IS USED. You will need the fullpath to perl.