I am writing a complicated set of Perl CGI scripts that work as follows:
Script 1: Contains a form in which users enter information.
Script 2: Gets the information from Script 1 and puts it in a database.
Script 3: Gets the information from the database and displays it in a web page.
I would like Script 2 to automatically call Script 3 when it is finished updating the database. How do I do this?
-Unix Sys Admin
Script 1: Contains a form in which users enter information.
Script 2: Gets the information from Script 1 and puts it in a database.
Script 3: Gets the information from the database and displays it in a web page.
I would like Script 2 to automatically call Script 3 when it is finished updating the database. How do I do this?
-Unix Sys Admin