#!/bin/perl
use Chatbot::Eliza

$bot = new Chatbot::Eliza;
$bot->command_interface;
