in reply to Re^4: CGI::Application::Session and Inheritance
in thread CGI::Application::Session and Inheritance

as was said above, you need to create an instance of you child class (module1), not your parent class (Index). The parent class knows nothing about the child class. That's what OOP is about.
  • Comment on Re^5: CGI::Application::Session and Inheritance