Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl
    
    ...
    
    print Dumper $inherited->{'provides'};
    
  2. or download this
    package parent;
    
    ...
    }
    
    1;
    
  3. or download this
    package inherited;
    
    ...
    sub _private_method() { }
    
    1;
    
  4. or download this
    $VAR1 = [
              'bar',
              'foo',
              'baz'
            ];