mhearse has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to incorporate CGI::Session authentication into a simple cgi interface. I can't seem to find any example code for this purpose. The only code I can find is CGI::Application coupled with CGI::Session. I am not use CGI::Application. I probably should be, but I don't have time to rewrite the entire program. Can someone offer example code for simple usage of CGI::Session?

Replies are listed 'Best First'.
Re: CGI::Session example code
by kcott (Archbishop) on Oct 26, 2010 at 01:55 UTC