Query: devel::innerpackage
OS: osx
Section: 3
Links: osx man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Devel::InnerPackage(3) User Contributed Perl Documentation Devel::InnerPackage(3)NAMEDevel::InnerPackage - find all the inner packages of a packageSYNOPSISuse Foo::Bar; use Devel::InnerPackage qw(list_packages); my @inner_packages = list_packages('Foo::Bar');DESCRIPTIONGiven 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::QuirkaMETHODSlist_packages <package name> Return a list of all inner packages of that package.AUTHORSimon Wistow <simon@thegestalt.org>COPYINGCopyright, 2005 Simon Wistow Distributed under the same terms as Perl itself.BUGSNone known. perl v5.16.2 2013-08-25 Devel::InnerPackage(3)
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
At A Glance Coloured Real Time Bargraph Generator... |
When is a _function_ not a _function_? |
Hearing Aid for OSX 10.12.x and greater. |
Undeletable file |