in reply to Request URI
Of course, you want to run this through IIS, not the Windows command line.#!c:/perl/bin/perl -w use strict; use Data::Dumper; open my $ENV_DUMP, '>', 'c:/iis_env.txt' or die $!; print {$ENV_DUMP} Dumper(\%ENV); close $ENV_DUMP; print "Content-Type: text/plain\n\nSuccess!";
__________
Systems development is like banging your head against a wall...
It's usually very painful, but if you're persistent, you'll get through it.
|
|---|