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);
In reply to Re: cgi/perl/fortran web program
by soonix
in thread cgi/perl/fortran web program
by sverrill
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |