Jenda Krynicky wrote:

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

can you give you an example where system() is implemented different than a 
fork(), exec(), wait()?

i don't have any experience other than the [U|Li]nux world so i don't know 
how the Windos, Mac, etc works.

david

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

Reply via email to