[Chicago-talk] perl 5.10.0 Question

Steve Peters steve at fisharerojo.org
Thu Dec 20 04:25:52 PST 2007


On Dec 19, 2007 10:32 AM, Craig Petty <fasteliteprogrammer at yahoo.com> wrote:
>
>
> I got a few question about perl 5.10.0.How can i tell
> what is in comile in my perl 5.10.0 and how can i
> update my perl modules in my vim perl-support?
>
>
> Ssomeone told me perl -V would show me what is compile
>  in my perl is this true?
>
>
>
> What does this all mean?
>
> Summary of my perl5 (revision 5 version 10 subversion
> 0) configuration:
>   Platform:
>     osname=linux, osvers=2.6.23.8-63.fc8,
> archname=i686-linux
>     uname='linux localhost.localdomain 2.6.23.8-63.fc8
> #1 smp wed nov 21 18:51:08 est 2007 i686 i686 i386
> gnulinux '
>     config_args='-de'
>     hint=recommended, useposix=true,
> d_sigaction=define
>     useithreads=undef, usemultiplicity=undef
>     useperlio=define, d_sfio=undef,
> uselargefiles=define, usesocks=undef
>     use64bitint=undef, use64bitall=undef,
> uselongdouble=undef
>     usemymalloc=n, bincompat5005=undef
>   Compiler:
>     cc='cc', ccflags ='-fno-strict-aliasing -pipe
> -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64',
>     optimize='-O2',
>     cppflags='-fno-strict-aliasing -pipe
> -I/usr/local/include'
>     ccversion='', gccversion='4.1.2 20070925 (Red Hat
> 4.1.2-33)', gccosandvers=''
>     intsize=4, longsize=4, ptrsize=4, doublesize=8,
> byteorder=1234
>     d_longlong=define, longlongsize=8,
> d_longdbl=define, longdblsize=12
>     ivtype='long', ivsize=4, nvtype='double',
> nvsize=8, Off_t='off_t', lseeksize=8
>     alignbytes=4, prototype=define
>   Linker and Libraries:
>     ld='cc', ldflags =' -L/usr/local/lib'
>     libpth=/usr/local/lib /lib /usr/lib
>     libs=-lnsl -ldl -lm -lcrypt -lutil -lc
>     perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
>     libc=/lib/libc-2.7.so, so=so, useshrplib=false,
> libperl=libperl.a
>     gnulibc_version='2.7'
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef,
> ccdlflags='-Wl,-E'
>     cccdlflags='-fPIC', lddlflags='-shared -O2
> -L/usr/local/lib'
>
>
> Characteristics of this binary (from libperl):
>   Compile-time options: PERL_DONT_CREATE_GVSV
> PERL_MALLOC_WRAP
>                         USE_LARGE_FILES USE_PERLIO
>   Built under linux
>   Compiled at Dec 19 2007 18:44:04
>   @INC:
>     /usr/local/lib/perl5/5.10.0/i686-linux
>     /usr/local/lib/perl5/5.10.0
>     /usr/local/lib/perl5/site_perl/5.10.0/i686-linux
>     /usr/local/lib/perl5/site_perl/5.10.0

Yep, your perl -V says "revision 5 version 10 subversion 0", so yes
this is a Perl 5.10.  I'm not sure what modules are used in your vim
perl-support, or if any are actually used at all.  My best suggestion
would be to use the cpan script included with Perl (thanks brian!) to
install these modules.

Steve Peters
steve at fisharerojo.org


More information about the Chicago-talk mailing list