Please bottom post...

> Also, the first line,
> 
> > #!/usr/local/bin/perl
> 
> What if the server isn't a UNIX server, but an IIS server? Doesn't
this line
> have to change?
> 

Careful, Unix is an OS type, IIS is an application software group.

It is my understanding (which could be very wrong) that IIS/Perl will
just ignore the line, IIS will have a pre-registered handler for the
script call, then Perl should recognize the line for what it is and skip
it, (with the small exception that flags provided on the line may be
included, such as -T).

Please test this before taking my word for it though :-)...

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to