in reply to IIS & perl - are they compatible ?
use CGI qw/:standard/; print header(); map { print "$_ => $ENV{$_}\n" } keys(%ENV);
If that still doesn't work, log in your server's log files (on apache that's error.log, I don't know how IIS calls the log files).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IIS & perl - are they compatible ?
by Bloodnok (Vicar) on Jan 31, 2008 at 12:26 UTC |