print "Content-type: text/html\n\n"; print "<html><head><title>Environment Dumper </title></head><body>"; print "<center><table border=1>"; foreach (sort keys %ENV) { print "<tr><td>$_</td><td>$ENV{$_}</td></tr>" } print "</table></center></body></html>";
In reply to Re^2: Error trying to Run Perl script on IIS Server 8.5
by masood91
in thread Error trying to Run Perl script on IIS Server 8.5
by masood91
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |