#!./perl -w
# Fixes RT 12909
use CGI;
{
# http() without arguments should not cause warnings
}
{
# Capitalization and the use of hyphens versus underscores are not significant.
}
{
# Called with no arguments returns the list of HTTP environment variables
}
{
# https()
# The same as http(), but operates on the HTTPS environment variables present when the SSL protocol is in
# effect. Can be used to determine whether SSL is turned on.
}