Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

module_info(1) [suse man page]

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

NAME
module_info - find informations about modules SYNOPSIS
module_info [B<-a>] [B<-s>] [B<-p>] [B<-m>] MODULE|FILE... DESCRIPTION
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 informations 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". AUTHOR
Mattia Barbon <mbarbon@cpan.org> SEE ALSO
Module::Info perl v5.12.1 2006-07-15 MODULE_INFO(1)

Check Out this Related Man Page

TEST-FILTER-MODULE(1p)					User Contributed Perl Documentation				    TEST-FILTER-MODULE(1p)

NAME
test-filter-module - A tester for Courier::Filter modules VERSION
0.18 SYNOPSIS
test-filter-module module [options] message [+control ...] [...] DESCRIPTION
This is a tester for Courier::Filter modules. It sets up the specified Courier::Filter::Module::module filter module, using any supplied options, and then queries the filter module for consideration of the given message file and zero or more control files. More than one message/control files tuple may also be specified, in which case the filter module is applied to each message and its respective control file(s). Filter module options must be specified in the format -option=expr, where expr may be any valid Perl expression. EXAMPLES
test-filter-module DNSBL -zones='["bl.foo.org", "bl.bar.org"]' test.rfc2822 +test.control Applies the Courier::Filter::Module::DNSBL filter module to the test.rfc2822/test.control message/control file tuple (taking the sending machine's IP address from the control file), using the blacklist DNS zones "bl.foo.org" and "bl.bar.org". SEE ALSO
Courier::Filter::Overview, Courier::Filter For AVAILABILITY, SUPPORT, and LICENSE information, see Courier::Filter::Overview. AUTHOR
Julian Mehnle <julian@mehnle.net> perl v5.14.2 2011-12-27 TEST-FILTER-MODULE(1p)
Man Page

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

grep -E drives me crazy

Hi there, I'm new here. I registered my self today with this board because I hope to get some help before I'll become a slavering maniac. I'm really desperate, since I'm trying for hours(really!) to let grep search a pattern that goes about 2 lines. The pattern is as follows: Handle... (6 Replies)
Discussion started by: darkelf
6 Replies

2. Shell Programming and Scripting

Perl Getopt::Long question - stopping multiple args

Hi there, I have an example basic script (below) and ive been trying to figure out how to stop multiple arguments to my options occuring. for example using the example script below I can issue two arguments for, say the --surname option and it will not barf at me (although thats what i want it to... (11 Replies)
Discussion started by: rethink
11 Replies

3. Infrastructure Monitoring

Nagios 3.2.2 on RHEL 5

Hi, Installed it and all seems okay except when I try to actually use it. :-( Visiting my nagios url, it says Logs and conf's follow: nagios.log is: # cat /usr/local/nagios/var/nagios.log | tail -5 Successfully shutdown... (PID=3613) Nagios 3.2.2 starting... (PID=4645)... (7 Replies)
Discussion started by: smcracraft
7 Replies

4. AIX

AIX STREAMS driver question

Hi all, I have a AIX kernel STREAMS question need your help, I need to implement a firewall on AIX and get packet raw data then decide pass or drop it, I've seen similiar firewall code on HP-UX, on HP-UX, you have to implement a "dlpi STREAMS driver", and specify it as a "dlpi" driver in... (1 Reply)
Discussion started by: rocktilldie
1 Replies

5. Shell Programming and Scripting

configure options ised while compiling apache

How can I know which all options were used while compiling a apache binary. # /usr/local/apache/bin/httpd -v Server version: Apache/2.2.17 (Unix) Server built: Feb X 2XXX XX:29:08 Cpanel::Easy::Apache v3.2.0 rev5291 (1 Reply)
Discussion started by: anil510
1 Replies

6. Shell Programming and Scripting

file seach from pulseaudio module list

Hi Guys,I admit my knowledge in this area is awful, :( I'm trying to get the alsa card number from within the text returned by running pactl list cards Alsa card numbers from running aplay -l and above do not match. I'm attempting to get a match on the PA card list with the type of sound... (2 Replies)
Discussion started by: g8jvm
2 Replies

7. Web Development

Httpd not starting

I compiled apache 2.2.15 from source and installed it. When I try to start it, its not coming up. # ./httpd -k start # echo $? 1 # ps -ef | grep httpd | grep -v grep # # ./httpd -v Server version: Apache/2.2.15 (Unix) Server built: Dec 13 2013 04:31:41When I run it in gdb I am... (4 Replies)
Discussion started by: chacko193
4 Replies

8. AIX

Mix LDAP and LOCAL user on AIX

Hello, I'm currently trying to mix local and LDAP users on an AIX 7.1. I've triied many things. My LDAP Server in on a CentOS - OpenLDAP (which works fine with linux). I'm currently stuck on AIX at how to declare LDAP AND Local users. Here's what i did : /usr/sbin/mksecldap -c -h 'ldap03'... (15 Replies)
Discussion started by: AIX_user_324891
15 Replies

9. Shell Programming and Scripting

View all jar files contents in one go ?

I can view a jar file contents using the below command: $ jar -tvf ./checker-compat-qual-2.0.0.jar 0 Mon May 02 18:28:46 IST 2016 META-INF/ 184 Mon May 02 18:28:44 IST 2016 META-INF/MANIFEST.MF 0 Mon May 02 17:20:16 IST 2016 afu/ 0 Mon May 02 17:20:16 IST 2016 afu/org/ ... (5 Replies)
Discussion started by: mohtashims
5 Replies