Help for this page
#!/usr/bin/perl use strict; ... Unit6::run();
package Unit6; use strict; ... { CMQIA::run();} } 1;
package CMQIA; use strict; ... } 1;