Help for this page

Select Code to Download


  1. or download this
    package Foo::Bar;
    
    ...
       *_privateFunc2 = $privateFunc2;
       *_privateFunc3 = $privateFunc3;
    }
    
  2. or download this
    BEGIN { $Foo::Bar::TESTING = 1; }
    use Foo::Bar;
    
    is( Foo::Bar::_privateFunc1($val), $expect, 'privateFunc1' );