in reply to Re^2: Debug background Perl procs started with compiled C# code (breaks only on AWS)
in thread Debug background Perl procs started with compiled C# code (breaks only on AWS)

I've never seen system used with the 1 before. Without it (ie. system $perl ...) it works fine, but the process doesn't go into the background (the system call waits). Where is this documented?

Sorry, I'm not sure I've ever seen it documented anywhere. I learned it here 10 o r11 years ago -- probably from Tye -- and used it ever since.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I knew I was on the right track :)
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^3: Debug background Perl procs started with compiled C# code (breaks only on AWS)

Replies are listed 'Best First'.
Re^4: Debug background Perl procs started with compiled C# code (breaks only on AWS) (system 1 system(1
by Anonymous Monk on Aug 01, 2016 at 19:44 UTC