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