On 11-01-10 11:15 AM, Brandon McCaig wrote:
On Mon, Jan 10, 2011 at 11:07 AM, Shawn H Corey<shawnhco...@gmail.com>  wrote:
However, some web servers read the the shebang line and executes what it
says.  So, you should change any Perl CGIs to point to the perl program.

It isn't used to determine the interpreter on Windows, but it is still
apparently always "examined" for command line options, regardless of
platform.

It isn't used if you start your scripts from Windows.

But CGIs are started by the web server and some *do* look at the shebang line for the interpreter. For CGIs, make sure it has a valid program to run.


--
Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to