Help for this page

Select Code to Download


  1. or download this
    # PkgA.pm
    use PkgB;
    ...
    1;
    
  2. or download this
    # PkgB.pm
    use PkgA;
    ...
    1;