Devel::InnerPackage(3pm) - phpMan

Command: man perldoc info search(apropos)  


Devel::InnerPackage(3)         User Contributed Perl Documentation         Devel::InnerPackage(3)



NAME
       Devel::InnerPackage - find all the inner packages of a package

SYNOPSIS
           use Foo::Bar;
           use Devel::InnerPackage qw(list_packages);

           my @inner_packages = list_packages('Foo::Bar');

DESCRIPTION
       Given a file like this

           package Foo::Bar;

           sub foo {}


           package Foo::Bar::Quux;

           sub quux {}

           package Foo::Bar::Quirka;

           sub quirka {}

           1;

       then

           list_packages('Foo::Bar');

       will return

           Foo::Bar::Quux
           Foo::Bar::Quirka

METHODS
   list_packages <package name>
       Return a list of all inner packages of that package.

AUTHOR
       Simon Wistow <simon AT thegestalt.org>

COPYING
       Copyright, 2005 Simon Wistow

       Distributed under the same terms as Perl itself.

BUGS
       None known.



perl v5.16.3                                2014-06-09                     Devel::InnerPackage(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-24 18:27 @3.141.199.243 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!