The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 2.02 - 2005-10-27

  • Mostly bug fixes in this release:
  • Added 'verify' argument to the new() constructor. If 1 (default), Chatbot::Alpha::Syntax is run on all files loaded. Set to 0 to avoid syntax checking (not recommended).
  • Fixed regexp bug with {formal}, {sentence}, {uppercase}, and {lowercase}. They should now function correctly even if their values have odd characters in them that would've previously screwed up the regexp parser.
  • Chatbot::Alpha::Syntax updated. See its manpage for details.
  • Rearranged a bit of the code so that <input> and <reply> would process before string tags.

Modules

A simple chatterbot brain.
Alphabetic sorting for Chatbot::Alpha documents.
Syntax checking for Chatbot::Alpha replies.
Beginners' guide to Chatbot::Alpha 2.x