| AI-ExpertSystem-Advanced documentation | view source | Contained in the AI-ExpertSystem-Advanced distribution. |
AI::ExpertSystem::Advanced::Viewer::Terminal - Viewer for terminal
Extends from AI::ExpertSystem::Advanced::Viewer::Base and its main purpose is to interact with a (console) terminal.
A Term::ReadLine instance.
Basically just prints the given $msg but prepends the "DEBUG" string to it.
Simply prints the given $msg.
Will prepend the "ERROR:" word to the given message and then will call
print().
Will be used to ask the user for some information. It will receive a string, the question to ask and an array of all the possible options.
Explains what happened.
Pablo Fischer (pablo@pablo.com.mx).
Copyright (C) 2010 by Pablo Fischer.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| AI-ExpertSystem-Advanced documentation | view source | Contained in the AI-ExpertSystem-Advanced distribution. |