in reply to Re^4: Tab Cursor Backspace
in thread Tab Cursor Backspace

If you want to keep this code and make the entering of information a little more comfortable, perhaps Term::ReadLine or Term::UI might be appropriate? Also, instead of scrolling the terminal you could clear it, see here and here.

If you want to make a more "advanced" user interface with menu bars, dialogs, and such, have a look at Curses::UI::Tutorial (as recommended by LanX).

Replies are listed 'Best First'.
Re^6: Tab Cursor Backspace
by PilotinControl (Pilgrim) on May 15, 2014 at 18:37 UTC

    I've been using the Win32::Console and it's really lacking in good clear documentation and I've been trying to locate good working examples of what I'm trying to accomplish. I'm still working on it though.