suse man page for devel::innerpackage

Query: devel::innerpackage

OS: suse

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Devel::InnerPackage(3pm)				 Perl Programmers Reference Guide				  Devel::InnerPackage(3pm)

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@thegestalt.org>
COPYING
Copyright, 2005 Simon Wistow Distributed under the same terms as Perl itself.
BUGS
None known. perl v5.12.1 2010-04-26 Devel::InnerPackage(3pm)
Related Man Pages
base(3pm) - mojave
parent(3pm) - mojave
base(3pm) - centos
base(3pm) - suse
base5.18(3pm) - mojave
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Migrating to UNIX
Docker learning Phase-I
32 bit process addressing more than 4GB