I'm wondering if it's possible to get the PID of a process forked when you run a system command via backticks. e.g.
#!/usr/bin/perl my $result = `ls -l`;
Is it possible to get the pid of the forked ls command?
Thanks
Paul
In reply to Getting PID of process forked by backticks by paulski
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |