![]() |
|
Think about Loose Coupling | |
PerlMonks |
how to write a program to control gdbby seanborland (Initiate) |
on Feb 29, 2004 at 15:33 UTC ( #332644=perlquestion: print w/replies, xml ) | Need Help?? |
seanborland has asked for the wisdom of the Perl Monks concerning the following question:
I want to write a perl program to control gdb. i.e. the command is put into my program and then passed to gdb, and gdb's output is put into my program and then displayed. I use open2 but it can not fulfil my requirement. Can someone be kind enough to give some demo code? Thanks a lot.
Back to
Seekers of Perl Wisdom
|
|