Help for this page

Select Code to Download


  1. or download this
    use pack_A;
    pack_B->import;
    third();
    
  2. or download this
    # Name of this file: pack_A.pm
    package pack_A;
    use strict;
    ...
    1;
    #end package pack_B;
    #end of file pack_A.pm