Help for this page

Select Code to Download


  1. or download this
    {
      package Base;
    ...
      package A;
      use Base;  # Now A has strict and warnings
    }