On Wed, 17 Jan 2001, Craig A. Berry wrote:

> $ perl -"V"
> Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration:
>   Platform:
>     osname=VMS, osvers=V7.1, archname=VMS_AXP
> 
> $ perl -"MConfig" -e "print $Config{PERL_SUBVERSION};"
> 0

Thank you, here is another test I've done with my MMS build:

$ perl "-V:PERL_.*"
PERL_API_SUBVERSION='0'
PERL_API_VERSION='5'
PERL_REVISION='5'
PERL_SUBVERSION='0'
PERL_VERSION='7'

where the quoting is done by Config.pm no doubt.

Peter Prymmer


Reply via email to