http://www.perlmonks.org?node_id=11108096


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!

  • Comment on Re^2: Perl v5 CGI error Use of uninitialized value $session_status
  • Download Code