Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    PkgC::barC
    PkgA::fooA
    PkgB::fooB
    
  2. or download this
    ...
    package PkgC;
    ...
    use Class::Inspector;
    print for @{ Class::Inspector->methods(__PACKAGE__, 'full') };