On Thu, Aug 18, 2011 at 10:43 AM, mark@summersault.com via RT <
bug-CGI.pm@rt.cpan.org> wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=70337 >
>
> How did you call it?
>
> CGI::https()?
>
> CGI->https()?
>
> $q->https()?
>
> https()?
>
> I'm guessing you used the last style, but didn't do "use CGI ':all'".
>
> I recommend the OO style (third option).
>
>
I called it via https() and I loaded the CGI module with :standard, because
http is loaded as standard I figured https would be as well.