Is it possible to build a Perl wrapper around the GNOME terminal which would help me to pass commands to it and also capture the ouputs on the terminal?
+1
A:
You may be able to use Gnome2::Vte (I don't know how maintained / bug-free it is, YMMV) to create your own gnome-terminal alike (gnome terminal uses libvte) instead of wrapping the terminal.
MkV
2010-10-26 00:31:00