Hi,

RSC> Here's the problem.  When I run Perl scripts under win2k, I have to
include
RSC> this as the first line of each CGI script:

RSC>          #! c:/perl/bin/Perl.exe

RSC> But when I run them under Linux, I have to include this:

RSC>          #!/usr/bin/perl

well if ur running Apache from Cygwin i think u can use

#!/bin/env perl

so that its the same for Linux and Cygwin. Hope this helps.

Regards,

Sumit.
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>

A life with Love will have some thorns.
But a life without Love will have no roses.

<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to