in reply to CGI troubles for code that runs on both Windows and OpenSuse Linux 12,3

The so-called shebang line (#usr/bin/perl) does not have much to do with Perl, but is the traditional *nix shell way of saying which program to use to run a file. But the shebang line can be kept on Windows, which will just ignore it. Thus, this shis does not prevent you from using the same programs on bowth Windows and *nix/Linux.
  • Comment on Re: CGI troubles for code that runs on both Windows and OpenSuse Linux 12,3