Help for this page
use base qw/Generic/;
require Exporter; our @ISA = ("Exporter"); our @EXPORT_OK = qw/sub1 sub2/;
use base qw/Module1/;