|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: system() vs `backtick`by dave_the_m (Parson) |
| on Aug 06, 2004 at 19:24 UTC ( #380678=note: print w/ replies, xml ) | Need Help?? |
|
Try strace -p pid on the child process to see what it's hanging on, and if it's on I/O, use lsof -p pid to see what file/socket etc it's hanging on. Dave.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||