bash-4.1$ perl
use Data::Dumper;
print Dumper @INC;
$VAR1 = '/opt/openpkg/current/lib/perl/site_perl/5.12.1/sun4-solaris';
$VAR2 = '/opt/openpkg/current/lib/perl/site_perl/5.12.1';
$VAR3 = '/opt/openpkg/current/lib/perl/vendor_perl/5.12.1/sun4-solaris';
$VAR4 = '/opt/openpkg/current/lib/perl/vendor_perl/5.12.1';
$VAR5 = '/opt/openpkg/current/lib/perl/5.12.1/sun4-solaris';
$VAR6 = '/opt/openpkg/current/lib/perl/5.12.1';
$VAR7 = '.'; | [reply] |
Using lsmodsh i get
cmd? m Compress::Raw::Zlib
Available commands are:
f prog|doc - List installed files of a given type
d prog|doc - List the directories used by a module
v - Validate the .packlist - check for missing files
t <tarfile> - Create a tar archive of the module
h - Display module help
q - Quit the module
Compress::Raw::Zlib cmd? f all
all files in Compress::Raw::Zlib are:
/opt/openpkg/current/lib/perl/5.12.1/sun4-solaris/Compress/Raw/Zlib.pm
/opt/openpkg/current/lib/perl/5.12.1/sun4-solaris/auto/Compress/Raw/Zlib/Zlib.bs
/opt/openpkg/current/lib/perl/5.12.1/sun4-solaris/auto/Compress/Raw/Zlib/autosplit.ix
/opt/openpkg/current/man/man3/Compress::Raw::Zlib.3
/opt/openpkg/current/lib/perl/5.12.1/sun4-solaris/auto/Compress/Raw/Zlib/Zlib.so
| [reply] |