Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    Unit6::run();
    
  2. or download this
    package Unit6;
    use strict;
    ...
            { CMQIA::run();}
    }
    1;
    
  3. or download this
    package CMQIA;
    use strict;
    ...
    }
    1;