in reply to Re^3: Need help in implementing OIDC::Lite::Webserver
in thread Need help in implementing OIDC::Lite::Webserver

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^5: Need help in implementing OIDC::Lite::Webserver
by hippo (Archbishop) on May 28, 2021 at 22:07 UTC

    Please help if possible

    no warnings;

    Don't do that. use warnings; would be far superior.

    Don't use modules which aren't needed.

    Don't leave commented out code in your example.

    Pick an indentation scheme and stick to it. perltidy makes this easy.

    Read SSCCE.


    🦛

    A reply falls below the community's threshold of quality. You may see it by logging in.