in reply to win32 shebang

With the advent of use warnings; I never use a shebang line at all anymore, for Win32 programming.

I associate the file extension ".perl" with the full path to the perl interpreter, and so-name the main executable file.

—John