From: david <[EMAIL PROTECTED]>
> Chris wrote:
> 
> > # ** **
> > #  print "Trying to Run -- system $playerApp ($webCast):\n";
> > #  system $playerApp, ($webCast);
> > # ** **
> > 
> > # ** **
> >    print "Trying to Run -- exec $playerApp $webCast:\n";
> >    exec $playerApp, ($webCast);
> > # ** **
> >
> 
> system() is basically just a fork(), exec(), wait() 

But only under some operating systems!

> so if exec() can
> do it, system() should have no problem doing it too.

This should hold true anyway.

Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me


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

Reply via email to