Help for this page

Select Code to Download


  1. or download this
       package ChatBot;
       use base qw/Class::Bundle/;
    ...
            $self->bundle($name);      # note 1)
            $self->inject('logger');   # note 2)
        }