Minor: MS version info

Leonardo Helman mailscanner at lists.com.ar
Tue Aug 3 12:23:39 IST 2004


For 5.005_03:

printf("This is Perl version %f (%vd)\n", $], $^V);


This is Perl version 5.005030 (%vd)


--

Leonardo Helman
Pert Consultores
Argentina


On Tue, Aug 03, 2004 at 08:48:21AM +0100, Julian Field wrote:
> At 08:39 03/08/2004, you wrote:
> >I have changed it to say "%vd (%f)", $^V, $]
> >which will hopefully work on old and new versions?
> >
> >I can't find a 5.005 system here to test it on. Can someone do
> >        printf "%vd (%f)\n", $^V, $];
> >and let me know if it works or not please?
>
> Even better, please try this:
>   printf("This is Perl version %f (%vd)\n", $], $^V);
> as that appears to work on 5.004.
> --
> Julian Field
> www.MailScanner.info
> MailScanner thanks transtec Computers for their support
>
> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
>
> -------------------------- MailScanner list ----------------------
> To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
> Before posting, please see the Most Asked Questions at
> http://www.mailscanner.biz/maq/     and the archives at
> http://www.jiscmail.ac.uk/lists/mailscanner.html

-------------------------- MailScanner list ----------------------
To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
Before posting, please see the Most Asked Questions at
http://www.mailscanner.biz/maq/     and the archives at
http://www.jiscmail.ac.uk/lists/mailscanner.html



More information about the MailScanner mailing list