> From: Richard L. Goerwitz III *EXTERN* [mailto:[EMAIL PROTECTED]]
> 
> Reif Peter wrote:
> 
> > Yes, I can set it with "PerlSetVar protocol https", but is 
> there a simpler
> > way?
> 
> If you're in a response handler, you could test for the HTTPS
> environment variable.  Otherwise you're stuck with a kludge like
> what you offer above.  Or with a subrequest.
> 
$ENV{HTTPS} eq "on", thats it! Thanx


Reply via email to