On Tue, 25 Sep 2001, Daniel Falkenberg wrote:

> This may seem like an odd questiong but to avoid race conditions I need
> to be able to run a Perl script from a Perl script (Ie execute it
> without any user interaction).  Is this possbile.
>
> if (something = something) {
>       RUN NEW PERL SCRIPT HERE THEN CONTINUE WITH THE PERL SCRIPT
> ALREADY RUNNING
> } else {
>       print "Everything is fine \n";
> }

perldoc -f fork

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
A hacker does for love what others would not do for money.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to