Help for this page

Select Code to Download


  1. or download this
    package TeacherFactory;
    use Teacher;
    use strict;
    ...
        return Teacher->new(@args);
    }
    1;