in reply to Re: Perl v5 CGI error Use of uninitialized value $session_status
in thread Perl v5 CGI error Use of uninitialized value $session_status
Your fix... my $session_status = $session->param("user_logged_in") // "false";
Seems to be working. If the site proves even moderately successful then I will look at one of the Perl or Python web frameworks. I only have about 20 pages so didn't want to invest much extra effort.
Thanks for your help!
|
---|
In Section
Seekers of Perl Wisdom