in reply to Re^2: How to call perl CGI script from another perl CGI script
in thread How to call perl CGI script from another perl CGI script

You might be able to handle that by having separate modules for handling logins and project lists. Then any script can get a list of projects or perform a login as it sees fit.
  • Comment on Re^3: How to call perl CGI script from another perl CGI script

Replies are listed 'Best First'.
Re^4: How to call perl CGI script from another perl CGI script
by Calm (Acolyte) on Apr 24, 2007 at 18:02 UTC
    Good point. I need to revisit my design.