Hi,
What you are looking for is possible by updating your registry to have an ExecCGI key:
Apache 2 ScriptInterpreterSource documentation
That way you can still have your text editor association when you double click in Windows explorer and alike, but have apache read from the registry and ignore the shebang line.
Comment on Re: shebang line for Perl scripts under Apache/Windows