GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MODULE_INFO(1) User Contributed Perl Documentation MODULE_INFO(1)

module_info - find information about modules

  module_info [B<-a>] [B<-s>] [B<-p>] [B<-m>] MODULE|FILE...

List information about the arguments (either module names in the form "Module::Name" or paths in the form "Foo/Bar.pm" or "foo/bar.pl").

By default only shows module name, version, directory, absolute path and a flag indicating if it is a core module. Additional information can be requested through command line switches.

-s
Show subroutines created by the module.
-p
Show packages created by the module.
-m
Show modules "use()"d by the module.
-a
Equivalent to "-s -p -m".

Mattia Barbon <mbarbon@cpan.org>

Module::Info
2013-09-08 perl v5.32.1

Search for    or go to Top of page |  Section  |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.