Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.232 Times

Gdbui freeware
 

Gdbui

Added: February 23, 2010 | Visits: 901

Term::GDBUI 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... Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): Term::GDBUI Download

Added: September 19, 2010 | Visits: 778

Term::ShellUI Term::ShellUI is a fully-featured shell-like command line environment. SYNOPSIS use Term::ShellUI; my $term = new Term::ShellUI( commands => { "cd" => { desc => "Change to directory DIR", maxargs => 1, args => sub { shift->complete_onlydirs(@_); }, proc => sub { chdir($_[0] ||... Platforms: *nix

License: Freeware Size: 43.01 KB Download (88): Term::ShellUI Download