Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Knowing the scheme

by gav^ (Curate)
on Aug 09, 2002 at 16:17 UTC ( [id://188957]=note: print w/replies, xml ) Need Help??


in reply to Knowing the scheme

If you are using CGI.pm:
my $q = CGI->new; unless ($q->https) { # I'm not running under SSL }
Or you could check $ENV{HTTPS}

Hope this helps...

gav^

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://188957]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found