0 #!/usr/bin/perl 1 # file eliza.pl 2 use Chatbot::Eliza; 3 $| = 1; 4 my $bot = Chatbot::Eliza->new; 5 $bot->command_interface;