Here's the flow of the app:
login->select a project->do something with that project
But "select a project" might be initiated from somewhere else (not login) within the web app as well.
E.g., I want to list all projects the user is associated with, but I might want to call this project list from 1) the login screen; 2) some other area within my application. This script shouldn't expect to process login information every time it's called or expect to receive login credentials every time it's called.
It seems like this would be a common problem in perl/CGI. Should I assume that most work done in perl/CGI is either 1) user initiated through a form; or 2) executed with a single script calling functions from other modules?
In reply to Re^2: How to call perl CGI script from another perl CGI script
by Calm
in thread How to call perl CGI script from another perl CGI script
by Calm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |