> "Daniel Falkenberg" <[EMAIL PROTECTED]> said:

> 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.
> 

Take a look at the "do" function.  I use it all the time in some of
my CGI scripts. It takes a script filename and executes it as a perl
program.

-- 
Smoot Carl-Mitchell
Consultant



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

Reply via email to