in reply to cgi/perl/fortran web program
have a cgi script running under both servers that calls id, pwd and env and compare their respective outputs
Update: something like the following:print "Content-Type: text/plain\n\nPerl Version $] ($^V)\n"; print "\n$_:\n", qx($_ 2>&1) foreach qw(id pwd env);
|
|---|