devel::innerpackage(3perl) debian man page | unix.com

Man Page: devel::innerpackage

Operating Environment: debian

Section: 3perl

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

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.14.2 2010-12-30 Devel::InnerPackage(3perl)
Related Man Pages
parent(3perl) - debian
parent(3pm) - osx
perl::critic::policy::variables::requireinitializationforlocalva(3) - centos
perl::critic::policy::modules::requirefilenamematchespackage(3) - centos
perl::critic::policy::modules::requirefilenamematchespackage(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?