#!/usr/bin/perl /usr/bin/asp-perl
Server Variables / CGI Environment |
<% for(sort keys %{$Request->ServerVariables()}) {
# don't want to show too much about my demo server
# comment this line out if you want to see all of %ENV
next unless ($_ =~ /^(HTTP_)/);
%>
<%=$_%> |
<%=$Request->ServerVariables($_)%> |
<% } %>