Term::GDBUI 0.84 review

Download
by rbytes.net on

Term::GDBUI is a fully-featured shell-like command line environment. SYNOPSIS use Term::GDBUI; my $term = new Term::GDBUI(co

License: Perl Artistic License
File size: 42K
Developer: Scott Bronson
0 stars award from rbytes.net

Term::GDBUI is a fully-featured shell-like command line environment.

SYNOPSIS

use Term::GDBUI;
my $term = new Term::GDBUI(commands => get_commands());
# (see below for the code to get_commands)
$term->run();

Term::GDBUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature you would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let GDBUI take care of the heavy lifting.

Requirements:
Perl

Term::GDBUI 0.84 search tags