Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How come exec() doesn’t return?

doesn’t Exec Return
0
Posted

How come exec() doesn’t return?

0

(contributed by brian d foy) The “exec” function’s job is to turn your process into another command and never to return. If that’s not what you want to do, don’t use “exec”. 🙂 If you want to run an external command and still keep your Perl process going, look at a piped “open”, “fork”, or “system”.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123