Minor: MS version info
Julian Field
mailscanner at ecs.soton.ac.uk
Tue Aug 3 08:48:43 IST 2004
<x-flowed>
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
</x-flowed>
More information about the MailScanner
mailing list