in reply to Re: Running Perl in cgi bin?
in thread Running Perl in cgi bin?

And if you happen to be running Apache rather than IIS, it's worth knowing that Apache respects the shebang lines in your scripts even on Windows, so you can write things like this:
#!/my/perl/install/is/here/perl -w use strict; # etc.

        $perlmonks{seattlejohn} = 'John Clyman';