Alex has asked for the wisdom of the Perl Monks concerning the following question:
This is probably an easy answer, but it currently eludes me. I have an html form that is genreated by a perl script. When the user hits submit, it calls a different perl script.
But what I would like to know is, if it's possible for a perl script to call another perl script and have it (the called script) 'take over' and serve up the html.
I know about calling a sub-routines from an external file, but what I want is for a script to start another script and have it finish the processing.
Perhaps I'm making my life more difficult than it has to and just incorporate everything in one script? Well I figured it couldn't hurt to ask!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Referring to another perl script....
by hardburn (Abbot) on May 06, 2003 at 16:02 UTC | |
by Alex (Initiate) on May 06, 2003 at 16:46 UTC | |
|
Re: Referring to another perl script....
by LordWeber (Monk) on May 06, 2003 at 16:07 UTC | |
by Alex (Initiate) on May 06, 2003 at 16:56 UTC | |
by PodMaster (Abbot) on May 07, 2003 at 07:56 UTC | |
|
Re: Referring to another perl script....
by dstotten (Novice) on May 06, 2003 at 17:26 UTC | |
by Alex (Initiate) on May 06, 2003 at 17:33 UTC |