in reply to uninitialized Value error

216 if ($ENV{'REQUEST_METHOD'} eq "GET") { 220 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}) 69 print "$targetApp, $referrer<BR>\n";

You should have followed the errors and looked to see what was on the lines the errors were reported from. It looks like in all three cases you expect there to be environment information that isn't actually present. Given that these are dirt-standard CGI variables I'm thinking that something is amis in your configuration - post some information on how you are invoking the program.