Help for this page
printf "Perl version: %vd\n", $^V; # prints 'Perl version 5.6.0'
join ".", map {ord} split //, $^V