Listing 1.
 
Lincoln D. Stein

Client-Server Applications
The Perl Journal, Fall 1999
 

 0 #!/usr/bin/perl
 1 # file eliza.pl
 2 use Chatbot::Eliza;

 3 $| = 1;
 4 my $bot = Chatbot::Eliza->new;
 5 $bot->command_interface;