Help for this page

Select Code to Download


  1. or download this
    package MySub1;
    
    ...
    }
    
    1;
    
  2. or download this
    package MySub2;
    
    ...
    }
    
    1;
    
  3. or download this
    use strict;
    
    ...
    print MySub1::BBB(), "\n";
    print MySub2::CCC(), "\n";
    print MySub2::DDD(), "\n";