Re: Executing System Program

"Jake Peavy" <[email protected]> Tue, 18 Dec 2007 20:06:28 -0700
Newsgroups gmane.comp.db.mysql.perl
Message-ID <[email protected]>
On 12/18/07, Greg Meckes <[email protected]> wrote:
>
> Greetings, I have the following task:
>
> I have to run a Perl script to run spawn multiple processes on a Linux
> server. The issue is that
> each process is huge and may take a while to run.
>
> I simply want my program to run, then start process 1 and let it run in
> the background, then
> immediately start process 2 etc.
>
perldoc -q "How do I start a process in the background?"

-- 
-jp


When Chuck Norris was in middle school, his English teacher assigned an
essay: "What is Courage?" Chuck Norris received an "A+" for writing only the
words "Chuck Norris" and promptly turning in the paper.