bulrush has asked for the wisdom of the Perl Monks concerning the following question:
This is related to my other question. Can I step into a program called with `backticks`? Example called in programa.pl:
@z=`perl /full/path/programb.pl -option`I need to both capture the output of programb.pl, and step into programb.pl to see why it is not completing, as it might have an error, but there is no error in @z (captured output).
Thanks!
Perl 5.8.8 on Redhat Linux RHEL 5.5.56 (64-bit)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can I step into a program called with `backticks`?
by davido (Cardinal) on Dec 03, 2014 at 18:00 UTC | |
|
Re: Can I step into a program called with `backticks`?
by Laurent_R (Canon) on Dec 03, 2014 at 17:55 UTC | |
|
Re: Can I step into a program called with `backticks`?
by roboticus (Chancellor) on Dec 03, 2014 at 18:38 UTC |