jomonantony has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, I have two perl programs perl1.pl and perl2.pl. perl2.pl contains an infinite loop. And i want to run the perl2.pl from perl1.pl. How can I run perl2.pl as an independent process?? Please help me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running a perl program using another perl program
by Corion (Patriarch) on May 25, 2010 at 06:54 UTC | |
|
Re: Running a perl program using another perl program
by davido (Cardinal) on May 25, 2010 at 07:25 UTC | |
|
Re: Running a perl program using another perl program
by Anonymous Monk on May 25, 2010 at 07:07 UTC |