The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# test env vars

use Apache2::URI ();

my $r = shift;
my $path = $r->args || '';
$server = $r->construct_server;

print "Location: http://$server$path\n\n";
#warn "Location: http://$server$path\n\n";

__END__