in reply to Re^3: Porting from cgi::session to using built in activeperl management
in thread Porting from cgi::session to using built in activeperl management

Eeek! lib.pm is a core module, you should already have it. I'm not entirely clear about the layout you've created, but I think it's a matter of relative paths. Try using an absolute path to the lib directory.

Maybe referring you to this will help. You can look at my scripts, the layout, and the INSTALL file to see what I've done.

mhoward - at - hattmoward.org
  • Comment on Re^4: Porting from cgi::session to using built in activeperl management