Wow. Thats a lot of verbage for some vague questions. I know its difficult to articulate about something you're not familiar with, but it might be easier to just ask direct questions and we'll let you know if we need more information.
An example might be that I (will) have a script that will take just an order number in, and produce an E-mail transmittable copy ...
One concept that you don't seem too clear on is modules. In Perl, modules are what you use for reusable code. They are also what you use to write a modular program. If your cgi script spawning cgi script concept is intended to achieve modularity, you would be much better off writing modules instead of spawning more scripts.
Otherwise, be careful forking or using multiple threads with cgi. Unless you specifically need a long running process and need to return a screen to the user before a process is finished, you probably want to avoid this.
The best advice I can give you at the moment is get to know cpan. There is a very large collection of modules at your disposal that can save you a lot of work. Cpan is your friend.
In reply to Re: Very new to PERL, want to see if CGI spawn concept is possible and or feasible without major pain
by hangon
in thread Very new to PERL, want to see if CGI spawn concept is possible and or feasible without major pain
by IrishSteve
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |