As requested. I hope it helps.
+ perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.18-238.9.1.el5, archname=x86_64-linux
uname='linux testpc02 2.6.18-238.9.1.el5 #1 smp tue apr 12 18:10:13 edt 2011 x86_64 x86_64 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.8.8 -Dsiteprefix=/opt/perl-5.8.8 -Dvendorprefix=/opt/perl-5.8.8 -Doptimize=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -pipe -fPIC -Dcf_by=<systems.unix@ncbi.nlm.nih.gov> -Dperladmin=unix.systems@ncbi.nlm.nih.gov -Duselargefiles -Dd_dosuid -Dlibpth=/lib64 /usr/lib64 -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -pipe -fPIC',
cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/include/gdbm'
ccversion='', gccversion='4.1.2 20080704 (Red Hat 4.1.2-50)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =''
libpth=/lib64 /usr/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared'
Characteristics of this binary (from libperl):
Compile-time options: DEBUGGING PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Jul 26 2011 15:18:05
@INC:
/opt/perl-5.8.8/lib/site_perl/5.8.8/x86_64-linux
/opt/perl-5.8.8/lib/site_perl/5.8.8
/opt/perl-5.8.8/lib/site_perl
/opt/perl-5.8.8/lib/vendor_perl/5.8.8/x86_64-linux
/opt/perl-5.8.8/lib/vendor_perl/5.8.8
/opt/perl-5.8.8/lib/vendor_perl
/opt/perl-5.8.8/lib/5.8.8/x86_64-linux
/opt/perl-5.8.8/lib/5.8.8
.
+ perl -MClass::Method::Modifiers '-leprint Class::Method::Modifiers->VERSION'
1.01