|
NAMEAI::Prolog::Term - Create Prolog Terms.SYNOPSISmy $query = Term->new("steals(Somebody, Something)."); DESCRIPTIONSee AI::Prolog for more information. If you must know more, there are plenty of comments sprinkled through the code.BUGSA query using "[HEAD|TAIL]" syntax does not bind properly with the "TAIL" variable when returning a result object. This bug can be found in the "_to_data" method of this class.SEE ALSOW-Prolog: <http://goanna.cs.rmit.edu.au/~winikoff/wp/>Michael Barták's online guide to programming Prolog: <http://kti.ms.mff.cuni.cz/~bartak/prolog/index.html> AUTHORCurtis "Ovid" Poe, <moc tod oohay ta eop_divo_sitruc>Reverse the name to email me. This work is based on W-Prolog, <http://goanna.cs.rmit.edu.au/~winikoff/wp/>, by Dr. Michael Winikoff. Many thanks to Dr. Winikoff for granting me permission to port this. COPYRIGHT AND LICENSECopyright 2005 by Curtis "Ovid" PoeThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |