Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: How to fork the debugger (GitHub)

by $h4X4_|=73}{ (Monk)
on Jun 07, 2020 at 13:17 UTC ( [id://11117776]=note: print w/replies, xml ) Need Help??


in reply to How to fork the debugger (GitHub)

You can maybe look into using system(); this may not suite all your needs but it does fork.
fork is done first and the parent process waits for the child process to exit.
system perldoc

Replies are listed 'Best First'.
Re^2: How to fork the debugger (GitHub)
by haukex (Archbishop) on Jun 07, 2020 at 14:22 UTC
      He he, thanks. :)

      After I realized the ambiguity of the title I added "(GitHub)" part.

      Funnily it's still misunderstood...

      ¯\_(ツ)_/¯

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery

      > No, fork, not fork.

      We can do that, we don't even need a reason.

        Well, they fundamentally mean the same thing (make a copy); they are just being applied to different things (projects/repositories vs processes).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11117776]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-26 06:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found