Help for this page

Select Code to Download


  1. or download this
    # File test_v1.pm
    use strict;
    ...
    use parent -norequire, 'Foo';
    
    1;
    
  2. or download this
    # File test_v2.pm
    use strict;
    ...
    use parent -norequire, 'Foo';
    
    1;