I'm JUST starting with perl cgi, with an upload target of godaddy (I'm developing on a usW7 box with the XAMPP suite. I know perl at a medium level. I've come from an asp perl environment.
In cgi-perl you she-bang to point to the perl exec. On my usW7 box, it's
#!C:\xampp\perl\bin\perl.exe
I'll wager it is not so on godaddy.
Question is... how do you handle this #! construct in a way that allows an upload to godaddy without an subsequent edit. I don't want to sed every time I move a file. Any suggestions would be helpful. Thank you.
(I was thinking of moving the perl exec to a usW7 directory that mimicked the godaddy path, but there is that drive letter thing.)