Help for this page

Select Code to Download


  1. or download this
    package Base;
    
    ...
    }
    
    1;
    
  2. or download this
    package Inherit;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    # access to NOTSOSECRET by means of a protected method
    $inherit->inheritNotSoSecret("notsosecret");
    print $inherit->inheritNotSoSecret . "\n";