in reply to version reporting beyond print "$]\n";

Thanks for the tips. I tried the suggested

print join '.', map { ord $_ } split(//, $^V);

And the result was 5.6.1, which of course is consistent with the 5.006001 returned by print "$]\n";

  • Comment on Re: version reporting beyond print "$]\n";