Don't have exact idea, but see inline comments :

> 
> #! /usr/bin/perl -w
Try #!/usr ... you've added a space there.

use CGI::Carp qw(fatalsToBrowser); # try add this line

[...]
> 
> should I get to see the %ENV details of server_a?

Not, but you might check your error.log so you'll get
a better idea on what exact the error is .

> 
> I am getting a 500 error. Permissions are set to 711 for the script and
> 701 for the folder.

Try make them all 755.

Rgds,
Connie


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

Reply via email to