in reply to Re^3: CGI::Application for complex web applications?
in thread CGI::Application for complex web applications?

Thanks cees!

I don't know how/why but for some reason I was reading "use base 'CGI::Application::Plugin::Session';' instead of just simple "use CGI::Application::Plugin::Session;" on all those plug ins.

Guess I made it in my mind that those are sub-classes of CGI::App for some strange reason. Probably because Perl's OOP is a bit different on those matters than what they are forcing on university (Java, C# ...).

  • Comment on Re^4: CGI::Application for complex web applications?